jira_issue_custom_field_values
Record of custom fields applied to issues in Jira.
-
id
Primary key - Unique identifier for the row.
-
issue_id
Foreign key - ID of the issue which the custom field is applied.
-
custom_field_id
Foreign key - ID of the custom field applied to the issue.
-
value
string - Value of the custom field applied to the issue.