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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,553,439
Community Members
 
Community Events
184
Community Groups

Create multiple URLs from comma seperated numbers in number field

Hi guys!

 

Using automation, I've set up a field that automatically creates a URL to a ticket in a helpdesk system based on the number that's entered into the field (ticket id). Occassionally there are multiple tickets that are created and referenced on one issue in my Jira instance, and I want to be able to enter the numbers seperated by a comma and have the automation create multiple URL's for each number that is seperated by a comma. 

 

Alternatively, if that's really hard to do - then a way that I can input one number at a time and when the automation creates the URL, it's automatically added as a web link on the issue and I can then add the subsequent numbers in one at a time to have the links appear that way. 

 

Many thanks in advance! 

1 answer

0 votes
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Aug 29, 2022

Hi @Jake Carnall and welcome to the community!

You can accomplish this with an advanced branch against that custom ticket id field.  It would look something like this:

{{ticket id.split(",")}}

I just tried it out in my test environment with a text field and was able to successfully iterate against a comma delimited list of values.

Suggest an answer

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

Atlassian Community Events