Hi Team,
If status updated date less than 10 days how to auto update transition to done.
For example we have a status called "Need for information" status if it is not updated more than 10 days then automatically update status as done
Can someone please help me on this issue?
Thanks in advance!
There is an "updated" field but that ones keeps track of any update. I usually use that field for what you are trying to achieve. Then you only need to filter on: updated < -10d
There is no date field keeping track of the latest status update. But Jira does keep the history of status updates on each ticket so with scriptinng or perhaps another plugin you could retieve that information. It will require more effort of course.
An easier alternative is to use an automation rule and use a custom date field. Your trigger for the rule would be any status change. And the action is to fill out the current date in the date field. Then you can filter for "your custom field" < -10d
But there is a pitfall: for cross project automation rule there is an execution limit in standard plans. So if you need this for more than 1 project you will definitely hit the boundaries quite soon.
Hello @Charlie Misonne ,
Thank you for your prompt response.
Yes, I have tried this automation but what I have to select starting event here if I select issue updated event no one will update the issue then the rule will not work.
Kindly suggest me the starting event selection or else please paste the rule details here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm quickly answering on my phone.
You can use the Issue transitioned trigger. And if you do not specify any status it should work for any status change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.