You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.