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
I've poured over the documentation on smart values in general and smart value lists, but can't seem to find anything.
I can see how to get the first or last value from the multi select dropdown, but I can't seem to find how to get the most recently added value. First or last value is dependent on the order of values in the admin settings for the list, if ordered alphabetically then first just pulls the the "highest ranking" value starting with A.
I'm looking to use this to set the value for another field.
Please help! There must be a way and maybe I am overlooking something simpler!
Assuming you are using the Field Value Changed trigger...
Please try using the field changed ones, like this:
{{addedFieldChange.values}}
Unfortunately the documentation has the casing wrong on many of these smart values, so you may need to experiment if you want to use the other ones.
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--fieldChange--
Kind regards,
Bill
Thank you @Bill Sheboy , you're assumption is correct. You are becoming a bit of a legend with these automation tips.
The value I was looking for was {{addedfieldChange.values}} which I found in the documentation you linked!
I also noticed the documentation is inconsistent for a few things, Fix Versions being one of them, but I am digressing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, and does this solve your need for the problem?
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.