provider Priority schemes POST /rest/api/3/priorityscheme/mappings
@utdk/jira /rest/api/3/priorityscheme/mappings
Suggested priorities for mappings
Returns a [paginated](#pagination) list of priorities that would require mapping, given a change in priorities or projects associated with a priority scheme. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

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.

suggestedprioritiesformappings
POST/rest/api/3/priorityscheme/mappings
Returns a [paginated](#pagination) list of priorities that would require mapping, given a change in priorities or projects associated with a priority scheme. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

Input

The maximum number of results that could be on the page.

The priority changes in the scheme.

The project changes in the scheme.

The id of the priority scheme.

The index of the first item returned on the page.

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.suggestedprioritiesformappings()