Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automate Date

Deleted user October 11, 2018

As my project is about managing Defect from Testing and the Target Date field is required to automatically generate Date based on Service Level Agreement(SLA) for example we have "Raised Date" field which will automatically generate date by using system date but we also have "Target Resolution Date" which is required to be D+2 from "Raised Date". Therefore, I'm wondering whether we could configure the field to automatically generate all date field for us such as
Raised Date = 11/Oct/2018 (System Date)
Target Resolution Date = 13/Oct/2018 (Automate D+2 from "Raised Date" field)

1 answer

0 votes
John McKiernan
Atlassian Partner
October 11, 2018

Hi Varoontape,

thanks for the post. 

Yes this is definitely something you can do. 

If you are using an issue edited action, you could use something like this: 

{{#now}}func=plusDays(2),format="jiraDate"{{/}} 

 or if 'Raised Date' is a custom field, you would use something more akin to this:

{{#issue.Raised Date}}func=plusDays(2),format="jiraDate"{{/}} 

 We have good docs around dates here so you can play around with these: https://docs.automationforjira.com/smart-fields/working-with-dates.html 

Hope that helps!

John 

Deleted user October 11, 2018

Thank you for your kindly responsed

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events