GET /rest/api/2/priorityscheme
Returns a paginated list of priority schemes.
Permissions required: Permission to access Jira.
Servers
- https://your-domain.atlassian.net
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, |
orderBy |
String | No |
The ordering to return the priority schemes by. Possible values:
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. |
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, |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.