Got 429 error in Jira forge custom UI app

Hai all, I got 429 error while developing Forge custom UI app. Why it’s happen? Is there any API call limit in Jira? How can i fix this issue?

Thanks in advance…

@SuryaA,

Yes. Jira does have rate limiting. Your App should catch 429 responses and use Retry-After headers to decide when to safely resend the request.

@ibuchanan Thanks for your reply.