limitations on rest API

tamiltamil October 12, 2016

Hi,

How many webhooks we can configure in jira.

How many number of notification we can push  per day using webhooks.

Is there any number limitation for calling rest API in cloud.

Thanks 

Tamil

 

1 answer

1 vote
Mathiyalagan
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.
October 12, 2016

You can make 500 API requests per 5 minutes.

I don't see any performance issue for my webhook push notification in day to today.

If you are really looking on performance perspective for REST API call use cookie parameter to get quick response and logout the session once action is complete.

tamiltamil October 13, 2016

Thank u @Mahendran 

I have another doubt in above answer.

suppose there are 10 JIRA users in an organization.If they call JIRA rest api all requests will 

go through same IP only.

So my doubt is 500 requests per user or 

500 requests per IP.

Thanks

Tamil

 

Suggest an answer

Log in or Sign up to answer