Hi All!
I'm trying to work with Set the value of an object attributes with a predefined value
In Change Value, I like to provide a value from another custom field in the issue, but somehow it does not work the same way when using it in the email post action for example.
I tried with ${{issue.get("Server Version")}} or {issue.get("Server Version")} and some other variations ... But either the action is not triggered or the attribute in Insight gets empty. Any idea what I'm doing wrong here?
Thanks
Andreas
Hi,
If "Server Version" is your custom field, you should be able to use the placeholders like this to get the value from that field:
${Server Version} or ${customfield_xxxxx}
If the custom field is a multiple select field, (for example Component/s field) you need to use the following to get all values:
${components${0}}
Björn
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.