Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Question regarding Jira API Calls

Chris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 24, 2023

Hello!

Are there any guidelines regarding user api calls?

We have one user, who counts 15425 hits over a period of 4 days, this seems too

high comparing other users, who have like a quarter of this value.

Any information on this topic would be very appreciated.

Kind regards

Chris

1 answer

1 accepted

1 vote
Answer accepted
Chris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 27, 2023

Your add-on can make 500 API requests per 5 minutes. Once you exceed the limit, calls will return HTTP status 429 and a message telling you that you've been limited.

But in most cases our servers will reject API requests from a particular application if the request rate exceeds 30 API requests per minute. In this case the client will get an HTTP error with status code 429 “too many requests”

Suggest an answer

Log in or Sign up to answer