Hi,
Is it possible to track movements of Tickets in Jira like the below.
Progress
Removed
NO Movement
I basically want to see how many tickets moved from Progress to Testing last week for example. something like that.
help please.
Hello Ore,
Have a look at the below discussion:
For the example you mentioned, you may try:
status CHANGED FROM "Progress" TO "Testing" AFTER -1w
You can combine multiple queries if you want with AND and OR,
(status CHANGED FROM "To Do" TO "Done" AFTER -1w) OR (status CHANGED FROM "In Progress" TO "Done" AFTER -1w)
Cheers,
Muaamar Amer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.