Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Table where can i find values of a radio buttom field

gonzalo zegarra
Contributor
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-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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