In the automation, I would like to refer to the due date of the triggered issue and to set the due date of the new issue I automatically create, referring to this due date. Is that something possible?
sorry, just resolved it : {{issue.duedate.minusWeeks(6)}}
Hi Anna - You can also use {{triggerIssue.duedate.minusWeeks(6)}} to pull it from the triggering issue if creating a new issue from the original one.
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.