We just created a trial app with Jira.
I just added column in Kanban board and it kicked me out with 'too many requests'
Is it normal? Jira board was setup an hour ago at max.
How often is it going to occur?
The Atlassian cloud API has rate limits to access the API, which is almost certainly what you're bumping up against. Your code should handle a "429" response appropriately.
"What are the rate limits?"
REST API rate limits are not published because the computation logic is evolving continuously to maximize reliability and performance for customers.
Hi @Mikhail Stepanov , It doesn't matter when the board got created, if the project has more than 1000 issue it throws this message.
You need to filter the issue based on some parameter like labels or components or simply don't include the Done issue in the board filter, this way you will have less than 1000 issue and your board will behave normally.
Hope this is helpful. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.