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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.