project info in Jira

shreedhar shreedhar October 17, 2012

How do I get project which is not accessed/used for more than some period of time?

1 answer

0 votes
Bhushan Nagaraj
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.
October 18, 2012

Hi Shree,

You will have to go with the assumption that if no issues have been updated in a project for a long period of time (you can decide the period), then the project is no longer being used.

You can use JQL to find issues that have been not been updated for a long period of time.

For example, if you want to search for issues that were last updated before 12th December 2010, you can use the query

updated < "2010/12/12"

Documentation is available here

https://confluence.atlassian.com/display/JIRA/Advanced+Searching#AdvancedSearching-Updated

shreedhar shreedhar October 18, 2012

Hi Bhushan,

Thank you. You are right with that assumption. But, I think that is enough as of now to proceed further for my requirement. I don't know what percentage of my users go to old issues/tasks to refer back. That risk i need to take.

Thanks again..

Suggest an answer

Log in or Sign up to answer