-
Bug
-
Resolution: Timed out
-
Low
-
Severity 3 - Minor
Issue Summary
Rule with "Issue deleted" trigger and "Branch rule / related issues" branch always returns error when triggered.
This is because when setting the type of related issues to JQL,
Jira automatically adds "AND (key != <TRIGGERED_ISSUE>)" in the JQL.
Steps to Reproduce
- Create an automation rule with "Issue deleted" trigger and
- Select "Branch rule / related issues" branch and search for issues using JQL
- Delete an issue to trigger the automation rule
Expected Results
The rule doesn't abort the whole operation
Actual Results
The rule aborts whole operation and returns error--and thus JQL search branch doesn't work in conjunction with deleted issue trigger.
Workaround
None