GET /rest/api/2/priorityscheme

Returns a paginated list of priority schemes.

Permissions required: Permission to access Jira.

Servers

Query parameters

Name Type Required Description
startAt String No

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

Default value: "0"

maxResults String No

The maximum number of items to return per page.

Default value: "50"

priorityId[] Array No

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

orderBy String No

The ordering to return the priority schemes by.

Possible values:

  • "name"
  • "-name"
  • "+name"

Default value: "+name"

expand String No

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.

onlyDefault Boolean No

Whether only the default priority is returned.

Default value: false

schemeName String No

The name of scheme to search for.

schemeId[] Array No

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

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.