Hi All,
I'm looking for the best way to inherit values from scripted field (gets a fixed set of certain values) to Select List (Single Choice) field that has the same set of values. These two fields are in the same project and the same issue type.
We tried to work it out through the Post functions in the workflow with "Copy Value From Other Field Function" but unfortunately in this case it's behavior is inconsistent.
Thank you in advance.
Scripted fields are more about display than containing full field objects, so you can't copy their results in many cases. Select lists are one case - they hold "options", but scripted fields only have text.
You need to duplicate the logic behind the scripted field and write the proper field objects back in a post-function.
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.