Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need to find issues that meet status change during a time range in days. this is what I came up with

Thomas Cucolo
Contributor
April 29, 2020

project = projectname AND issuetype = Story AND status changed FROM "Ready" TO "Done" DURING ("-50d", "-79d")

 

Will this return all stories in a project that had a status change from Ready to Done from 50 to 79 days in range

1 answer

1 accepted

0 votes
Answer accepted
Mohamed Benziane
Community Champion
April 29, 2020

Hi @Thomas Cucolo 

Can you try this :

project = projectname AND issuetype = Story AND
status changed from "In progress" to"Done" DURING (startofday(-79), endofday(-50))
Thomas Cucolo
Contributor
April 29, 2020

After working with people in my area I have found that since we at my company dont force linear moving of issues in workflow I have to add all statuses in my workflow ...AND status changed FROM ("Ready", "Review", "Blocked", "Demo", "Releasing", "Done") DURING (startOfDay(-79), endOfDay(-50)) that this returned an answer 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events