Forums

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

Custom field valueshows enum value

shaz cv March 26, 2014

Hello JIra team,

When I am querying Jira using custom fields it gives me a nyumber which seems to be an enum. How can i get the text value associated with the enum? Iam using python to query so

issue.fields.customfield_1234 gives me 234566 but there is astring attched to it which I need . Please help

Thanks

Shaz

1 answer

0 votes
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.
March 26, 2014

I suspect you're looking at a select list and getting the id of the option back, rather than the text of the option?

Problem is you don't say where you're running this code, so I'm not sure what to tell you. Is it in Jira somewhere? Plugin? Script? External connection over SOAP or REST? An independent program reading data some other way?

Suggest an answer

Log in or Sign up to answer