GET /rest/api/2/issue/limit/report
Returns all issues breaching and approaching per-issue limits.
Permissions required:
- Browse projects project permission is required for the project the issues are in. Results may be incomplete otherwise
- Administer Jira global permission.
Servers
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
isReturningKeys |
Boolean | No |
Return issue keys instead of issue ids in the response. Usage: Add Default value: false |
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.