What is the rate limit value for the api calls made to Jira?

We have been facing issue with the api rate limits recently.

We would like to know what is the rate limit count today for the api calls that are made to Jira, assuming the rate limit is managed at the level of tenant/user/app-user.

Also, is there any recent change that Jira has made regarding the api rate limits ?
We do see that the document has updated recently.
https://developer.atlassian.com/cloud/jira/platform/rate-limiting/?_ga=2.105859072.2068921315.1605000191-1043247589.1599447605

Thank you,

1 Like

Can you explain what the issue is? Does your code already back-off after receiving HTTP status 429?

As explained in the documentation to which you linked:

In short, we can’t give you a simple number of as a request rate because the limits aren’t based on your assumption of tenant, user, and/or app-user.

The new documentation is our attempt to document a previously opaque topic, not a change in the technology. That said, our site reliability engineers do sometimes apply additional limits if they detect something they consider to be API abuse. This can mean an app that was making, for example, 20 API requests per second, is suddenly capped to, for example, 2 API requests per second. These additional limits are applied per tenant. The best way to resolve such a case is to first implement the rate limiting precautions listed in the rate limit documentation, then work with your customer through Atlassian support to remove the abuse flag.