Forums

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

See all DONE tasks in a given project during a specific time period

Jed Weissberg
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 28, 2018

I want to see a list of tasks/epics/ etc that are 

1) marked DONE in workflow

2) Marked done within a specific time period (usually a calendar month)

3) From a specific project

 

Help?

2 answers

2 accepted

1 vote
Answer accepted
Tyler Brown
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2018

Hey Jed,

Building on Pavan's answer above you could also use:

"status changed to Done DURING (startOfMonth(), endOfMonth())" 

This would automatically show the issues done during your current month.

In the brackets after each of startOfMonth() and endOfMonth() you can insert -1m to show for the previous month.

Tyler

0 votes
Answer accepted
Pavan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2018

@Jed Weissberg Try this JQL query

project =XXX and issue type = XXX and resolution was Done DURING ("2018/09/10","2018/11/28")

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events