v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Priority schemes

Get priority schemes

Returns a paginated list of priority schemes.

Permissions required: Administer Jira global permission.

get/rest/api/3/priorityscheme

Query parameters

startAtstring

The index of the first item to return in a page of results (page offset).

maxResultsstring

The maximum number of items to return per page.

priorityIdinteger[]

A set of priority IDs to filter by. To include multiple IDs, provide an ampersand-separated list. For example, priorityId=10000&priorityId=10001.

schemeIdinteger[]

A set of priority scheme IDs. To include multiple IDs, provide an ampersand-separated list. For example, schemeId=10000&schemeId=10001.

schemeNamestring

The name of scheme to search for.

onlyDefaultboolean

Whether only the default priority is returned.

orderBy'name' | '+name' | '-name'

The ordering to return the priority schemes by.

expandstring

A comma separated list of additional information to return. "priorities" will return priorities associated with the priority scheme. "projects" will return projects associated with the priority scheme. expand=priorities,projects.

Response

Returned if the request is successful.

isLastboolean

Whether this is the last page.

maxResultsinteger

The maximum number of items that could be returned.

nextPagestring uri

If there is another page of results, the URL of the next page.

selfstring uri

The URL of the page.

startAtinteger

The index of the first item returned.

totalinteger

The number of items returned.