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?