Good Day,
I am accessing form smartvalues within a Jira automation. The following is returning the value within brackets: {{issue.forms.df605c93-8f76-4b3f-8140-c6205d105cc2.S2Agy1.label}}
Returns [BA0] and I would like BA0 returned.
How do I get the proper value minus the brackets?
Thank you
To remove the brackets from the smart value output, you can use the flatten() function. This function will remove the brackets and return the value as a plain string.
{{issue.forms.df605c93-8f76-4b3f-8140-c6205d105cc2.S2Agy1.label.flatten()}}
Let me know if it doesn't work
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.