I have a dropdown with choices True or False, I am trying to access using smart values but am only getting either 1 or 2 in return. I am using {{forms.last.IsEmployee}} for this, I have tried to use '.label', '.value', '.value.label', and '.choices'. This gets me nothing in return, how can I retrieve the values True or False from dropdown?
is the dropdown in a company managed project or a teams managed project?
Is it defined as a custom field on is this field a part of a form?
if this is a custom field you can access the smart value as {{issue.customfield_xxxxx.value}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
using {{forms.last.IsEmployee}} get me either 1 or 2
1 being True and 2 being False
I just want to see if I can get the string value of dropdown instead of int
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.