{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Issue Security Level API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Issue Security Level",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Get Issue Security Level Members By Issue Security Scheme",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/issuesecurityschemes/:issueSecuritySchemeId/members",
"params": [
{
"name": "issueSecuritySchemeId",
"value": "",
"type": "path",
"description": "The ID of the issue security scheme. Use the [Get issue security schemes](#api-rest-api-3-issuesecurityschemes-get) operation to get a list of issue security scheme IDs."
},
{
"name": "startAt",
"value": "",
"type": "query",
"description": "The index of the first item to return in a page of results (page offset)."
},
{
"name": "maxResults",
"value": "",
"type": "query",
"description": "The maximum number of items to return per page."
},
{
"name": "issueSecurityLevelId",
"value": "",
"type": "query",
"description": "The list of issue security level IDs. To include multiple issue security levels separate IDs with ampersand: `issueSecurityLevelId=10000&issueSecurityLevelId=10001`."
},
{
"name": "expand",
"value": "",
"type": "query",
"description": "Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:\n\n * `all` Returns all expandable information.\n * `field` Returns information about the custom field granted the permission.\n * `group` Returns information about the group that is granted the permission.\n * `projectRole` Returns information about the project role granted the permission.\n * `user` Returns information about the user who is granted the permission."
}
]
},
"docs": "Returns issue security level members.
Only issue security level members in context of classic projects are returned.
**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg)."
},
{
"info": {
"name": "Atlassian Get Issue Security Level",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/securitylevel/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "The ID of the issue security level."
}
]
},
"docs": "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."
}
]
}
],
"bundled": true
}