-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
7.6.9, 7.12.3, 7.13.9, 8.5.1, 8.13.4, 8.13.9, 8.20.7
-
7.06
-
22
-
Severity 3 - Minor
-
1
-
Problem Definition
Webhooks are triggered for the worklog events regardless of the JQL specified
How to replicate
- Navigate through Jira Administration > System > WebHooks and create a new one (+ Create a WebHook)
- Specify the project in the JQL such as {{project = "X", }}include "issue link" created / updated, and save it
- Access any issue from other projects rather than "Project X" and create an issue link to another issue rather than "Project X"
- The WebHook is triggered without respecting the JQL of step 2
Notes
This is not happening for other events such as "Issue: Created"
Workaround
Create a rule using the Automation for Jira plugin to fire the webhook whenever it matches the conditions:
- Trigger Issue Linked and Issue LInked Deleted
- Condition Issue Fields Condition or JQL condition to validate the information
- Action Send outgoing web request
Example of Automation for Jira rule
![]() |
You can also Smart Values and Branch Rules to manipulate the linked issue information
WebHooks based on "issue link" updates do not respect the JQL filter
-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.6.9, 7.12.3, 7.13.9, 8.5.1, 8.13.4, 8.13.9, 8.20.7
-
7.06
-
22
-
Severity 3 - Minor
-
1
-
Problem Definition
Webhooks are triggered for the worklog events regardless of the JQL specified
How to replicate
- Navigate through Jira Administration > System > WebHooks and create a new one (+ Create a WebHook)
- Specify the project in the JQL such as {{project = "X", }}include "issue link" created / updated, and save it
- Access any issue from other projects rather than "Project X" and create an issue link to another issue rather than "Project X"
- The WebHook is triggered without respecting the JQL of step 2
Notes
This is not happening for other events such as "Issue: Created"
Workaround
Create a rule using the Automation for Jira plugin to fire the webhook whenever it matches the conditions:
- Trigger Issue Linked and Issue LInked Deleted
- Condition Issue Fields Condition or JQL condition to validate the information
- Action Send outgoing web request
Example of Automation for Jira rule
![]() |
You can also Smart Values and Branch Rules to manipulate the linked issue information