I want to do a filter on a status change from QA/TESTING to BACKLOG/TODO. I would like to return the results for all projects where tasks/issues did not pass QA testing and was sent back into the to do or backlog.
Welcome to the community!
use the below query..
status changed FROM "QA/TESTING" TO "BACKLOG/TODO"
Thank you kindly.
If I want to add date parameters?
Thanks again
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then you can use like below ...
during (start date, end date) or after -1w
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.