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
Hey,
I'm trying to do some automation with labels. I have a field "Go-Live" with type Label in my issues.
In the field "Go-Live" I have the following labels: "USA_22-17", "Japan_22-18", "Korea_22-18".
What I want to do: Copy the USA Go-Live "USA-22-17" in the Subtask from this issue.
Trigger for the automation is:
Problem: How can I extract "USA-22-17" from the field "Go-Live" with is type "Label". I even tried to fetch it with Regex but it wasnt working.
Any ideas?