-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
2
-
Minor
-
1
Issue Summary
Sometimes, users of the /rest/api/3/user endpoint for Jira Cloud will get a 429 error when not sending too many requests.
Steps to Reproduce
- Send request (POST or GET) to /rest/api/3/user
- 429 error is received randomly with requests and sometimes consistently when the request is initially sent.
Expected Results
Users should only get a 429 error if they're rate-limited.
Actual Results
Rate-limit 429 error is returned on the initial or a few requests after the initial sent request.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available