Change Issue Status Based on Date Field

Kevin Seery October 31, 2017

Hi,

 

I have a custom field 'Renewal Date" I'd like to change the status of the issue based on this date. ie compare current date to renewal date if within 45 days change status to 'Renew'

Is this possible in JIRA?

Many Thanks

Kevin

 

 

 

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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 31, 2017

Hello,

You can use plugin Automation Lite for Jira. It is a free plugin.

You can define there a trigger which will be a scheduled event. This event regularly will choose issues based on JQL query which you will provide. For example JQL query could be like this "Renewal Date" < startOfDay(-45d). And then you will choose an Action which must be done on such issues. In your case it will be transition issue. 

I think it would solve your problem.

Kevin Seery November 21, 2017

Hi Alexey,

 

Thanks for your answer, sounds mad but can use the Add-on due to corp rules.....

Many Thanks

Kevin

Suggest an answer

Log in or Sign up to answer