How to select issues "done" at a given date?

Richard Coffre January 9, 2019

Hi all,

 

Is it possible in JIRA, using the common GUI, to select all the issues "Resolved" between 2 given dates?

In SQL, it will give us something such as : SELECT * FROM issues WHERE status WAS "Resolved" BETWEEN startDate AND endDate

Any ideas ?

Best regards

1 answer

1 accepted

2 votes
Answer accepted
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 9, 2019

Hi! 

Yes, 

status changed to DONE DURING ('2018-12-02' , '2018-12-12')

I hope also these links will help 

https://confluence.atlassian.com/jiracore/blog/2015/07/search-jira-like-a-boss-with-jql

https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-764478330.html 

 

Cheers,

Gonchik Tsymzhitov

Richard Coffre January 15, 2019

Thx a lot but the second link is currently broken :-(

Suggest an answer

Log in or Sign up to answer