provider Application roles GET /rest/api/3/applicationrole/{key}
@utdk/jira /rest/api/3/applicationrole/{key}
Get application role
Returns an application role. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
key path required
The key of the application role. Use the [Get all application roles](#api-rest-api-3-applicationrole-get) operation to get the key for each application role.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
getapplicationrole
GET/rest/api/3/applicationrole/{key}
Returns an application role. **[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).

Parameters

required

The key of the application role. Use the [Get all application roles](#api-rest-api-3-applicationrole-get) operation to get the key for each application role.

Configure credentials above to enable sending.

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

TypeScript

import jira from '@utdk/jira';

await jira.getapplicationrole()