How do I retrieve the completed stories/epics/bugs within a date range?

Arthur Castro
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 4, 2024

 

I need to generate a report that returns the tasks completed within a specific date range, including epics/stories/bugs, etc. I tried a query using "status CHANGED TO 'Done'," but I encountered the following issue: if a task was moved to Done in week 1, and then a second user reopened it by mistake and closed it again in week 2, the query would return it for both weeks. I thought there might be a field that records the date of the first task closure. P.S. Users have the freedom to change task statuses, and I am not an admin user.

1 answer

1 accepted

0 votes
Answer accepted
Laurie Sciutti
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 4, 2024

Hi @Arthur Castro and welcome to the Community!  Try using the following to capture resolution date range:

 

resolved >= "<date>" and resolved <= "<date>"

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events