Hi,
Im configuring a new project and need to do some automation or post-function that allow me to copy several values from differents custom fields in to "Description" field.
I've tried with JMWE plugin but it seems don't allow to copy several fields without overwritting the existing value.
Any tips to do it?
Thanks all
Best Regards
you can do this with JMWE's Set Issue Fields post-function, using a value like:
{{issue.fields.description}}
{{issue.fields.firstField}}
{{issue.fields.secondField}}
Hi Oscar - Welcome to the Atlassian Community!
You can do that with Automation for Jira. When updating the Description field use {{issue.description}} {{issue.First Field}} {{issue.Second Field}} etc. Where first field and second field are the exact names of your custom fields.
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.
@Oscar Jareño Gordo - If this answered your question, please click the Accept Answer button above so we can close this on out. Thanks!
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.