GET /rest/api/2/issuesecurityschemes/project
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.
Servers
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
projectId[] |
Array | No |
The list of project IDs to be filtered out. |
startAt |
String | No |
The index of the first item to return in a page of results (page offset). Default value: "0" |
maxResults |
String | No |
The maximum number of items to return per page. Default value: "50" |
issueSecuritySchemeId[] |
Array | No |
The list of security scheme IDs to be filtered out. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.