At the moment, there's no way of taking JQL filters into account in transition rules.
It would be good if we could do this, for example, if a user could set a rule like:
if Status=resolved and Resolution= fixed and xx= yy and zz= aa … -> then transition synced Issue to status “status xx”.
Yes I have this type of situation.
From Status Open - Close i have:
Assign - Start working on it. Next status = Assigned
Reject - Reject the issue, resolution=rejected. Next status = Closed
Force Close - Close the issue, resolution=fixed. Next status = Closed
so as you describe, resolution could be used or if I could map the transition it would solve it.
The transitions exists on both sides.
Same here. It would be a very good feature.