Hi everyone,
I am trying to get the index of a custom field value.
What will be the right syntax?
{{issue.CustomFieldName.value.id}}
{{#=}}IF({{issue.CustomFiledName.value.startsWith("3")}},3,IF({{issue.CustomFiledName.value.startsWith("2")}},2,IF({{issue.CustomFiledName.value.startsWith("1")}},1,0))){{/}}
Fieldname= 1-first value,2-second value,3-third value
It works finally
{{issue.CustomFieldName.charAt(0).isNumeric}}
Selection of the custom field name is 1-xxxx
Still not working. How to get the value in numeric format???
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.