You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.