"Insight - Asset Management": regular expression in import configuration

Sebastian June 1, 2021

Hi,

I need help preparing a regular expression that will allow me to get unique values ​​between the "," sign relative to the total. I would like to use this expression for this

(?=)(.+?)\,(?=(.+\,)?\1(\,|$1))

unfortunately, to achieve this you need to use the "replace" function described in javascript. Unfortunately I haven't found any about this in relation to Jira and Insight.

2 answers

0 votes
Christian Schneider
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 7, 2022

Best way to learn about regex is one of those website, where you can prepare and test your regex. I prefer: regex101: build, test, and debug regex.

0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 22, 2021

What type of data source are you importing from? If it's a database, maybe you can split the data in your selector/sql statement

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events