I create a Version picker (id == 10335) with version : 5.6 5.7 5.8
In my automation job, i wanna get selected version value
I used :
{{issue.customfield_10335}} it return id of version not the name
I tried also :
{{issue.customfield_10335.displayName}}
How Can I get version name, not versin id?
Thanks
Try this: {{issue.customfield_10335.name}}
and if it doesn't work {{issue.customfield_10335.first.name}}
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.