Forums

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

date query

Julie Sgroi 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

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 Leaders.
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

Suggest an answer

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

Atlassian Community Events