I've tried using the jira service management automation issue edit action to copy the label attribute custom field value in the issue to the text attribute custom field, but it doesn't work. Is it even possible?
Hi @青山 明 ,
I believe it should be possible, you just need to create text value from the list of labels, something like:
{{#issue.labels}}{{.}}, {{/}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.