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".
Try this:
updated < '2012/02/02' and status = 'In progress'
Tou can use some jelly tags to calculate the date as now - N
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.