provider Issues GET
/rest/api/3/issue/limit/report @utdk/jira
/rest/api/3/issue/limit/report Get issue limit report
Returns all issues breaching and approaching per-issue limits.
**[Permissions](#permissions) required:**
* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) is required for the project the issues are in. Results may be incomplete otherwise
* *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).
- isReturningKeys query
- Return issue keys instead of issue ids in the response. Usage: Add `?isReturningKeys=true` to the end of the path to request issue keys.
- boolean
Try it
Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.getissuelimitreport({
"isReturningKeys": false
})