I am searching for a JQL to show all Issues that didn´t changed the assigned User.
In theory NOT assignee CHANGED
works fine, but if the Ticket was Unassigned at a point the change from unassigned to assigned counts as a CHANGE off course.
Background is:
I would like to have a Filter of tickets that were transitioned end to end by the same user..
It would be fine if i could limit the assignee changed condition to a range of status transitions (i.e. exclude the change from backlog to open..) but i didn´t find a solution for a limitation on CHANGED other than time...
Any Ideas?