Background: We are building an enterprise IAM provisioning system that needs to create Jira issues at scale (100K–500K per run).
What we observed:
Single API (POST /rest/api/2/issue) — 100K calls, 1 ticket each:
Bulk API (POST /rest/api/2/issue/bulk) — 2,000 calls, 50 tickets each:
jira-cost-based 429 after ~1,500 tickets ✗The paradox: Bulk API makes 50x FEWER API calls (2,000 vs 100,000) but hits rate limits much faster.
Questions:
jira-cost-based limit specific to the bulk endpoint only?Account: issquaredinc.atlassian.net (Standard/Trial plan)
Headers from 429 response:
Ratelimit-Reason: jira-cost-based
X-Ratelimit-Limit: 300000
X-Ratelimit-Remaining: 0
ResetAt: [next hour]Hello @Satyanarayana
This looks like Duplicate Topic from yesterday.
Cost-based rate limit prevents enterprise IAM bulk...
@Tomislav Tobijas and @C_Faysal _CFcon_ already helping you in your other/same question.
It would be best to continue the discussion there, so the context stays in one place.
Best,
Arkadiusz🤠
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.