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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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