Issues
Get 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.
get/rest/api/2/issue/limit/report
Query parameters
isReturningKeysboolean
Return issue keys instead of issue ids in the response.
Usage: Add ?isReturningKeys=true to the end of the path to request issue keys.
Response
Returned if the request is successful.
Changes
Changed in 1 of the 15 revisions of this API.1
- ○
added the optional property
entitiesBreachingLimitto the response with the200statusresponse-optional-property-added
- ○