Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

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

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
Chris 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.
Oct 07, 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.
Jun 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