The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

date query

Julie Sgroi
Contributor
August 30, 2021

I'm trying to create a query for all work items created and Completed/Closed in 2020.  With Advanced Search, I can find all issues created in 2020, but can't then filter for Done in 2020.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Bill Sheboy
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 Champions.
August 30, 2021

Hi @Julie Sgroi 

You could try this one to see if it helps:

project = myProject
AND created >= "2020-01-01"
AND created <= "2020-12-31"
AND statusCategory = "Done"
AND statusCategoryChangedDate >= "2020-01-01"
AND statusCategoryChangedDate <= "2020-12-31"
ORDER BY Key

Best regards,
Bill

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events