Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Products
  • Jira
  • Questions
  • 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?

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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 24, 2013

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

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.
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