Query Jira projects that not updated for past N of days

Rajat Gupta April 5, 2016

Hi,

I need to find JIRA projects which have not been used for past N days through a script. Is it possible to find the same either by using an api or sql command.

 

Thanks

1 answer

0 votes
GabrielleJ
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.
April 5, 2016

I think you can consider a JIRA project inactive if there's no issue created on it on the past N days and this can be retrieved using a simple JQL (Project = ABC and created = startOfDay(-60)

https://confluence.atlassian.com/jira/advanced-searching-179442050.html

Other than that, you can explore on directly querying it from the JIRA DB.

Suggest an answer

Log in or Sign up to answer