-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Administration - Workflows
-
None
The 'Assignee Only Condition' fails if assignee is changed on transition screen.
This is due to the fact that the issue is retrieved from the database initially and then cached. This cached issue is subsequently used throughout the conidtion and results in errors when validating - workaround is to retrieve issue from database each time for validation purposes.
This was fixed in the 3.2.1 branch by having the condition go to the db for the issue each time. For 3.3 this should be fixed in a more efficient way.