Returns details of an issue security level.Use Get issue security scheme to obtain the IDs of issue security levels associated with the issue security scheme.This operation can be accessed anonymously.Permissions required: None.
Request
Path Params
Responses
🟢200OK
application/json
Returned if the request is successful.
Body
🟠401Unauthorized
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/rest/api/3/securitylevel/'
Response Response Example
{"description":"Only the reporter and internal staff can see this issue.","id":"10021","name":"Reporter Only","self":"https://your-domain.atlassian.net/rest/api/3/securitylevel/10021"}