-
Bug
-
Resolution: Fixed
-
High
-
7
-
Severity 3 - Minor
-
9
-
Issue Summary
Issue create webhooks may be sent prematurely in some circumstances, leading to the issue not being fully created by the time an integrator calls back to Jira for the issue details.
Steps to Reproduce
- Register a Webhook to receive "jira:issue_created" events
- Create an Issue in Jira
- Immediately after receiving the webhook in your application, using the issueId contained within the webhook payload, attempt to fetch the issue via the REST api (eg GET /rest/api/3/issue/{issueIdOrKey} )
Expected Results
The issue can be successfully retrieved, eg a 200 response from GET /rest/api/3/issue/{issueIdOrKey}
Actual Results
A 404 response may be returned, indicating the issue does not exist.
Workaround
Introduce a delay or a retry in response to 404's when fetching a recently created issue.
- causes
-
CRANE-3528 Failed to load
- depends on
-
CRANE-3806 Failed to load
Form Name |
---|
Hi e555ca5e1233,
I guess the problem is indeed resolved. Thanks!