-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Component/s: Trigger - Other
-
Severity 1 - Critical
Issue Summary
Automation rules with "Issue deleted" trigger are erroring out when trying to reference the trigger issue. Gives the following error:
The issue with the following issue key could no longer be loaded (perhaps it was deleted or permissions were revoked):
Steps to Reproduce
- Set up an automation rule with a "Issue deleted" trigger.
- Add a 'log action' entry with some data from the trigger issue. for example, {{issue.summary}}
Expected Results
The deleted issue's summary would get logged into the audit log
Actual Results
- The issue will be deleted
- However, the log action gets error
The issue with the following issue key could no longer be loaded (perhaps it was deleted or permissions were revoked):
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available