-
Bug
-
Resolution: Unresolved
-
Low
-
1
-
Severity 3 - Minor
-
Issue Summary
When you create a new automation rule with a template "When all sub-tasks are done → move parent to done", it causes error "Unknown fields set during transition. Field may not be on transition screen. Fields ignored - Resolution (resolution)"
Steps to Reproduce
- Create a new automation rule with the template "When all sub-tasks are done → move parent to done"
- Set all sub-tasks of a issue to be "done"
Expected Results
the parent issue transitions to "done", and no error occurs.
Actual Results
the parent issue transitions to "done", but audit log shows error below.
"Unknown fields set during transition. Field may not be on transition screen. Fields ignored - Resolution (resolution)"
Workaround
by removing "copy from trigger issue: resolution" from action, the error disappears.
But template itself has a problem.
Looking into this the issue is templates not matching up with Jira project configuration.
In the template 'Resolution' is an expected transition field which in a default Software project it is not.
'Resolution' is a default transition field in JSW so this could explain how it ended up in its current state.