I am trying to create a JIRA automation Time Tool that would allow dates for a target schedule to auto populate based on a date field being entered. Would this be possible using the {{fieldChange.to}} smart value?
I've tried using, {{issue.customfield.Launch Date.minusWeeks(2)}} for the install date field in automation, but it never populates
The schedule I'm trying to set up is,
User will enter launch date
Install date will auto populate to 3 weeks before launch date
Shipping date 1 week before install date
Test date 1 week before shipping date
Order date 6 weeks before test date
Any help would be greatly appreciated!
Hi @Bill Bayer
I believe your smart values for the field may be incorrect. Please try this one for the example you noted:
{{issue.Launch Date.minusWeeks(2)}}
If that does not work, please try using the information in this how-to article to confirm the name of the smart value for your field: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Kind regards,
Bill
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.