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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.