I'm using Jira Cloud and have a "Resolution" picklist as a field on the issues.
When and issue goes through the normal workflow (Open -> In Progress .... -> Closed) then the resolution can be rightly set as "Fixed"; however, when it goes through the transition from Open -> Closed the resolution should not be "Fixed" but rather "Won't Do" or "Duplicate" or similar.
I have a validator that requires that the field "Resolution" is set on transition but, since it's a picklist, then it counts as set even if it's set to "Fixed".
Is there a way to add a check to the "Opne -> Closed" workflow transition to block if the Resolution field is set to a specific value?