provider Priority schemes GET /rest/api/3/priorityscheme/priorities/available
@utdk/jira /rest/api/3/priorityscheme/priorities/available
Get available priorities by priority scheme
Returns a [paginated](#pagination) list of priorities available for adding to a priority scheme. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
startAt query
The index of the first item to return in a page of results (page offset).
string
maxResults query
The maximum number of items to return per page.
string
query query
The string to query priorities on by name.
string
schemeId query required
The priority scheme ID.
string
exclude query
A list of priority IDs to exclude from the results.
array

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getavailableprioritiesbypriorityscheme
GET/rest/api/3/priorityscheme/priorities/available
Returns a [paginated](#pagination) list of priorities available for adding to a priority scheme. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

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

The maximum number of items to return per page.

The string to query priorities on by name.

required

The priority scheme ID.

A list of priority IDs to exclude from the results.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.getavailableprioritiesbypriorityscheme({
  "startAt": "0",
  "maxResults": "50"
})