-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Summary
Webhook triggers non-related event and it doesn't respect the JQL set.
Steps to Reproduce
- Have a project
- Create a test webhook and requestb.in
- Key in the JQL: project = <pkey> AND issuetype = <any issue type, ie. Story>
- Tick the following options
- Save
- Create a new issue within the same project with different issue type
- Create a subtask of the newly created issue
- Or, add a comment in the newly created issue
- Refresh the page in requestb.in
Actual Result
It triggers randomly where sometime it also fires Subtask creation or new comment from other project.
Expected Result
It should only fire based on the configured JQL.
- duplicates
-
JRACLOUD-59980 JQL filter for Webhooks doesn't work correctly when "Comment", "Worklog", "Attachment" or "IssueLink" related events are fired
- Closed