Hi all!
I have to review every 7 days how many tickets from two specific projects have been moved from one specific status to another status. I am not able to make it work.
What I have tried but it doesn't work :(
project = "XXXXXX" AND status changed to "TO DO" to "REVIEW" during ("2023/11/07", "2023/11/14")
Thanks in advance
Hi @Sandra De Pablo ,
I think your query is almost correct. You should just changed the first "TO" to "FROM" :
project = "XXXXXX" AND status changed FROM "TO DO" to "REVIEW" during ("2023/11/07", "2023/11/14")
Let me know if this helps,
--Alexis
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.