How to filter issues in status more than x days

Tihomir Nikolov _Nemetschek Bulgaria_
Contributor
February 7, 2012

Hi.

I need a filter that shows all issues in a pre-defined status for a period of time.

I wanto to use a jelly script to auto update those issues.

Unfortunately, in JIRA I can find only "issues not updated".

1 answer

0 votes
Radu Dumitriu
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.
February 7, 2012

Try this:

updated < '2012/02/02' and status = 'In progress'

Tou can use some jelly tags to calculate the date as now - N

Tihomir Nikolov _Nemetschek Bulgaria_
Contributor
February 7, 2012


At the moment I use <-10d.

Unfortunately, I can not catch the date that an issue has been transitted instead of the date that it has been updated.

It looks like I have to use a new custom field and keep the date of last transition there.

Suggest an answer

Log in or Sign up to answer