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: 

How to remove the coma between string text fields concatenation

Aarón Palazón Barber
May 13, 2024

Hello all! I have a problem with a concatenation of various texts fields. In my automation I collect all the content that are in a custom field (strings) from all epics and put all the information into a parent custom field. The issue I have is that the content of the different epics is separated by comas in the parent as shown in the image: 
JiraEpicCollection.png

Anyone can help me to remove this comas? In the automation I have this smart value to fill the parent Impact field: 


"{{lookupIssues.Impact.concat("\n")}}"

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Answer accepted
Vikrant Yadav
Community Champion
May 13, 2024

Hi @Aarón Palazón Barber  For this you can do one thing :

1. Add an Action >> Create variable >> give name like "ImpactData" and put smartvalue : {{lookupIssues.Impact.concat("\n")}}, it store above screenshot data. 

2. Then put Edit Action and update Impact field in Parent with smartvalue : 

{{ImpactData.remove(",")}} >> ImpactData is variable name.

This should remove comma.

Thanks

Aarón Palazón Barber
May 13, 2024

Good idea, it works. Thank you! :) 

Like Vikrant Yadav likes this
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events