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

1 vote
Answer accepted
Vikrant Yadav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events