You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm trying to use automation and can't seem to use Start date to set Due date. I simplified it down to this example and it's still not working. Audit log shows it ran sucessfully but no output (from the 3rd component). If instead I do now.plusDays(7) it works. There's just some trouble accessing the Start date.
Hi Luke - Welcome to the Atlassian Community!
Sometimes there are some duplicate Start date fields that get created out there. Try using the id of the field instead of the field name. It will look something like:
{{issue.customfield_16945.plusDays(7)} where the 16945 number is just an example. To find the id in your instance, go to Settings > Issues > Custom Fields.
Search for Start date. Then click on the 3 dots menu to the right and select Edit or Context and Default values. On the next screen look in the URL at the top - you will see the ID there.
Hi @Luke Shaheen -- Welcome to the Atlassian Community!
Yes, and...to John's answer:
You may find all of the supported smart values (and their spacing / capitalization / custom field ids / structure) for an issue, using the information in this how-to article: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Kind regards,
Bill
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.
Great! Glad you got it working
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.