I need to write a JQL statement for tickets where I have change the status. I want to keep visibility on tickets that I have put into test status, but where I am not necessarily the reporter, and I cannot use components as a filter because there are multiple people working on the same component. I am using the following statement to track the last day.
project = XYZ AND status changed to "Testing" after -24h
You just have add BY <username> to your query to get what you are looking for, like this:
project = XYZ AND status CHANGED TO Testing BY Frodo AFTER -24h
Thanks, knew it was something like that. Have a good day Mikael.
-Nate
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.