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
old post...
Maybe the current Automation can allow you to attain your goal?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.