Hi team,
What is the JQL to find all bugs where bug priority has been decreased during release?
Thanks for any help!
Nina
you could make a history search on the priority field with the CHANGED operator, see also the docs for supported operators for the priority field.
So, if you have three priorities: High, Medium, Low, you could come up with a JQL like:
priority changed FROM High to (Medium, Low) OR priority changed FROM Medium to Low
Cheers,
Matthias.
Hi Matthias,
thanks a lot!
Greetings,
Nina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.