Hi Team,
I use a Single line text field and am looking to append the value of this field to my issue summary using Automation for JIRA app.
Unfortunately I have not been successful with my JSON.
{
"fields": {
"summary": "{{issue.summary.concat("{{issue.customfield_1xxxx}}")}}"
}
}
Would be very helpful if you can share some leads here as to what the error is.
Thanks & Regards,
Janaki.
You need to add the smart value in following manner
"summary": "{{issue.summary}} {{ issue.customfield_10035 }}"
I have tried this and its working fine.
Accept the answer if it helps
Thank you Sachin. That worked.
Best Regards,
Janaki.
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.