Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Reading labels from labelManager

Alan Lavery May 9, 2017

Hey,

As Service Desk automation doesn't allow setting a custom field we're setting a Label instead and then using a post function script to set the field based on the Label. We've been using the LabelManager to get the Labelbut have been unable to get the Label as a string format.

We've been getting the label as follows:

LabelManager labelManager = ComponentAccessor.getComponent(LabelManager.class)
def labels = labelManager.getLabels(issue.id)

Using labels.size().toString() returns 0 as does labels[0].toString() returns null. The Label is being set and the Service Desk rule is being run before the post-function script.

Is there a way to get the Labels as strings from the Set? As there will only ever be one Label assigned we basically just need the first Label returned as a string.

Thanks

1 answer

1 vote
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 17, 2022

old post...

Maybe the current Automation can allow you to attain your goal?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events