How can I fetch all fields from database from backend include custom fields , I am using mysql if we can do so please share the query for the same?

utiitsl uti October 24, 2013

I have tryed from jiraissue table but custom fields are not showing

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.
October 24, 2013

You need to join it to customfieldvalue although that still won't get you everything (another join to customfieldoption is needed)

For lots more queries and detail on the schema, see https://developer.atlassian.com/display/JIRADEV/Database+Schema

Suggest an answer

Log in or Sign up to answer