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.
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.