how to find jira project with no activy since X months (or x days) ?

Francis REAT November 27, 2012

How can I find with a gadget or a filter (or something like that) in Jira, the Jira projects where there is no activity since x months (or x days)

Thank you, for your response...

Best regard.

1 answer

0 votes
William McGuinness November 27, 2012

It's pretty simple to set up such a filter.

Simple searching: Towards the bottom of the search list, you can see a bunch of fields titled "Dates and Times." The section you are looking for is called "Updated." You'll see two fields "From" and "To." Leave the "From" field blank. In the "To" field, type in whatever date span you're looking for, but be sure to put a '-' in front of it so it is set as past time. So, '-1d' would mean 1 day ago, '-2w' means two weeks ago, etc. The acceptable abbreviations are w = weeks, d = days, h = hours, m = minutes.

JQL: If you're using advanced seach use the code "updated <= -1d" to see all issues that haven't been updated in at least one day. Of course you can change the '-1d' part to whatever else you want, using the same rules as above.

William McGuinness November 27, 2012

Note that JIRA doesn't have an abbreviation for months. So, for one month, you'll have to use '-4w 2d' or '-30d'. Hope this helps!

Suggest an answer

Log in or Sign up to answer