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.
リクエストパラメータ
パスパラメータ
レスポンス
🟢200OK
application/json
Returned if the request is successful.
ボディ
🟠401権限なし
🟠404レコードが存在しない
リクエストリクエストExample
Shell
JavaScript
Java
Swift
curl--location--request GET '/rest/api/3/securitylevel/'
レスポンスレスポンス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"}