The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation to append CF value to Summary

Janakiraman S
Contributor
February 27, 2022

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. 

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Sachin Dhamale
Community Champion
February 27, 2022

@Janakiraman S ,

 

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 

Janakiraman S
Contributor
February 27, 2022

Thank you Sachin. That worked. 

Best Regards,

Janaki.

0 votes
Louis Lew
Contributor
July 25, 2024

Hi did anyone know how to append the field in the form in front the summary?