Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
We are experiencing an issue with our outgoing sync from ADO to Jira Cloud. When the workItem.labels collection has more than one label in it all labels except the first one gets a leading space. I've tried this:
replica.labels = workItem.labels.collect { label ->
def ml = label.value.trim()
def nLabel = new com.exalate.basic.domain.hubobject.v1.BasicHubLabel().setLabel(ml)
label = nLabel
}
this causes no error but the output is still this: