I am trying to use "CHANGED" operator in JQL syntax. Basically i am trying to find the field value has been changed or not. Below is my syntax;
project = CS and issuetype = General and "Result" CHANGED FROM "Passed" TO "Failed"
While running i am getting below error:
However i see the field and their values as well in issue history and they have been changed by the people. How can I get this result through JQL as i need to create a report. OR if there is any other way around (e.g.. using Script Runner) please let me know.
Only a few fields support the CHANGED operator, as stated here:
This operator can be used with the Assignee, Fix Version, Priority, Reporter, Resolution, and Status fields only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.