Hi!I would like to know if is possible to copy labels from an issue in another instance.For example, I have an issue in Jira Cloud (ISSUE-1) with labels: 'abc, def, ghi' and would like to copy all these labels to an issue in Jira Server (ISSUE-2).What I've done so far:From Jira server I sent a rest api to get all labels from the Cloud issuehttps://yourdomain.atlassian.net/rest/api/3/issue/{{issue.key}}?fields=labelsCaptured and logged the labels{{webhookResponse.body.fields.labels}}So far it worked.However, when I try to add these values to label field using {{webhookResponse.body.fields.labels}}ISSUE-2 (The label 'abc, def, ghi' contains spaces which are invalid. (labels))How to make it work?
"How to make it work?"
Remove the spaces
It looks like you're new here. Sign in or register to get started.