Hi,
I have a workflow: To do, In Progress and Done. I want to find out the issues that are there under 'In Progress' from last 4 days.
Note that, last 4 days is not from the creation of ticket but when the status changed to 'In Progress'
Hi @Simarpreet Singh ,
welcome to the Atlassian Community!
Please try something like:
status = "In Progress" AND status changed to "In Progress" AFTER startOfDay(-4d)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.