I am looking to use automation to create a subtask and calculate a date based off Due Date on the parent ticket. How do I add 10 days to Due Date and add to the custom field? Like {{DueDate.plusBusinessDays(10)}} but I do not know the syntax to use Due Date field in parent ticket. Thanks.
Hi Joe,
You were close! {{issue.parent.duedate.plusBusinessDays(10)}}
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.