-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
Component/s: Action - Issue Actions
-
Severity 3 - Minor
Issue Summary
When using automation to update the issue security level, it returns "Issues edited successfully" even when it was executed on a subtask issue type, as we know, it is impossible to update the subtask security level.
In reality, the issue is not edited, but the message is misleading, causing confusion.
Steps to Reproduce
- Create an automation that updates the security level of an issue.
- Execute this automation on a subtask issue type.
Expected Results
- The audit log should return something like "NO ACTIONS PERFORMED", because no actions were performed.
Actual Results
- The audit log returns "Issues edited successfully" as if the subtask security level was changed, but it wasn't.
Workaround
Currently, there's no workaround other than updating the automation rule to not include subtasks, for example, usingin a condition.
- mentioned in
-
Page Loading...