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