provider Issue security level GET /rest/api/3/securitylevel/{id}
@utdk/jira /rest/api/3/securitylevel/{id}
Get issue security level
Returns details of an issue security level. Use [Get issue security scheme](#api-rest-api-3-issuesecurityschemes-id-get) to obtain the IDs of issue security levels associated with the issue security scheme. This operation can be accessed anonymously. **[Permissions](#permissions) required:** None.
id path required
The ID of the issue security level.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
getissuesecuritylevel
GET/rest/api/3/securitylevel/{id}
Returns details of an issue security level. Use [Get issue security scheme](#api-rest-api-3-issuesecurityschemes-id-get) to obtain the IDs of issue security levels associated with the issue security scheme. This operation can be accessed anonymously. **[Permissions](#permissions) required:** None.

Parameters

required

The ID of the issue security level.

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