Hello everyone,
I want to create a rule that generates a new ticket whenever a ticket is manually created. I want the due date of the automatically created ticket to be set from the start date of the trigger process. I've tried various SMART values, but none have worked.
Does anyone have a solution?
Kind regards / Viele Grüße
Rainer
You can any use any of the below mentioned smart-values to set the Due date from the triggering issue's Start date
{{triggerIssue.Start date.plusDays(14)}}
OR
{{triggerIssue.customfield_1234.plusDays(14)}}
Replace 1234 with the actual Start date field id from your site instance in above mentioned smart-value. The smart-value will set the Due date 14 days from the Start date of the issue that triggered the automation.
You can read more about Date and time smart-value available for Jira DC over here.
Could you please share the screen shot of the automation rule.
Best Regards,
Vishnu Vardhan.
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.
Hello Visnu,
i hope that si the screenshot you have asked for. Unfortunately none of the smart values works.
Best regards / Viele Grüße
Rainer
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.