I am trying to set up the Due Date via automation to 2 weeks or 14 days prior to another custom date field. I google and found: {{triggerissue.customfield_10072.minus(14)}} but that didn't work.
The value for the custom date field is from another ticket which is linked to the ticket that I am trying to update.
So basically. I am trying to set the Due Date as CustomDateField - 14.
Can there be a smart value for the jira automation for this?
Hi @Has M.
You appear to be missing the units of measure, such as days, in your expression. Please try this:
{{triggerIssue.customfield_10072.minusDays(14)}}
If that does not work, please describe the type of your custom field. Is it date, date/time, text, etc.
Kind regards,
Bill
Would you please post images of your entire rule and of the audit log details showing the rule execution? Those may provide some context for what is happening.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.