Looking for JQL on status changed and exclude when status changed to itself.
To clarify workflow has transitions from and to same status which I would like to exclude these scenarios from query results.
Hello Aron,
Thank you for reaching out.
I understand that you would like to use JQL query to search for issues that have not been historically moved in loop transitions (Going from a specific status to the same one). Is it correct?
I believe the following query should work for you:
not status changed from "In progress" to "In progress"
Just replace the "In progress" status with the one you would like to check. If this option does not help, please provide us more context and details on why and how you would like to configure your query.
Let me know if you have any questions! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.