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 Jiraglobal permission.
Request
Query Params
Responses
🟢200Returned if the request is successful.
application/json
Body
🟠400Returned if the search criteria is invalid.If you specify the project ID parameter
🟠401Returned if the authentication credentials are incorrect or missing.
🟠403Returned if the user doesn't have the necessary permission.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://jira.local:8080/jira/rest//rest/api/3/issuesecurityschemes/project'