where is custom fields tables in jira servicedesk database ? Or where can we find the custom field detail in jira ?
Customfields are in the customfield table in Jira. This only stores the name, description, type, ... of the field. Not the actual values per issue.
Values are in customfieldvalue.
There is a PDF link with Jira's DB schema on this page.
Hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.