GET /rest/api/2/priorityscheme/priorities/available
Returns a paginated list of priorities available for adding to a priority scheme.
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" |
query |
String | No |
The string to query priorities on by name. |
maxResults |
String | No |
The maximum number of items to return per page. Default value: "50" |
schemeId |
String | Yes |
The priority scheme ID. |
exclude[] |
Array | No |
A list of priority IDs to exclude from the results. |
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.