Task A is completed on September 15th. Which formula do I need to use to set the due date of Task B 5 business days after?
Thank you,
Dominique
Hi Dominique - Welcome to the Atlassian Community!
You would start with an automation rule with a trigger of Issue Transitioned to Done.
There needs to be some type of linkage between the issues. Once you identify that with a Branch, you would do a new action of Edit Issue and select the Due Date.
Then in that field you could use the formulate of:
{{now.plusBusinessDays(5)}}
would task B be something that you can define with rules (only child of A, linked to A throug a specific linktype, some specific value in a custom field...) or just a hand picked issue?
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.