Issue security schemes
Get projects using issue security schemes
Returns a paginated mapping of projects that are using security schemes. You can provide either one or multiple security scheme IDs or project IDs to filter by. If you don't provide any, this will return a list of all mappings. Only issue security schemes in the context of classic projects are supported. Permissions required: Administer Jira global permission.
get/rest/api/3/issuesecurityschemes/project
Query parameters
startAtstring
The index of the first item to return in a page of results (page offset).
maxResultsstring
The maximum number of items to return per page.
issueSecuritySchemeIdstring[]
The list of security scheme IDs to be filtered out.
projectIdstring[]
The list of project IDs to be filtered out.
Response
Returned if the request is successful.