I have a Project in Jira which creates a Sub-task inside the Ticket after it has been created. I want to have an automation which sets the Sub tasks Due Date two days after the Created Date of the linked ticket, this means once the ticket is created the sub task has to be done in 2 days.
I have tried using Script Runner Post Function but it is not working.function but i could not get it to work.
Hi @[deleted] ;)
You can use this Automation.
thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @[deleted] ,
In automation for jira you can use {{created.PlusBusinessDays(2)}} in the Due Date field in the action 'Edit issue'.
This use the create-date of the subtask itself.
Regards, Marco
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.