Hello,
I am attempting to create a JMWE Post Function that copies a dropdown field value (Customer) to the Description (text) field. Is that possible to do with a JMWE post function?
When I attempt to write the Post Function to copy to Description like this:
The field assumes the following value (instead of the actual option selected in the dropdown field).
Any help is much appreciated!
Hi @Adrienne Sluss and welcome to the community,
Try:
{{ issue.fields.customfield_XXXXX.value }}
Where XXXXX is the number of the custom field Customer
Or, you can write:
{{ issue.fields["customer"].value }}
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.