Table where can i find values of a radio buttom field

gonzalo zegarra April 12, 2016

hi

 

what is the name of the table that contains values of radio buttom fields??

 

i use this table but i can only see numbers instead values

SELECT *FROM JIRAUSER.CUSTOMFIELDOPTION WHERE CUSTOMFIELD=10631

 

thx

 

1 answer

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 12, 2016

Wrong table. 

You need to read customfieldvalue for the id which represents the current option.  Then you use that to read customfieldoption to see what the label for the option is at the moment (the column "customvalue" holds it if memory serves)

Suggest an answer

Log in or Sign up to answer