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

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? 

Suggest an answer

Log in or Sign up to answer