jira_component_issues
Mapping table that links issues to components they belong to.
-
id
Primary key - Unique identifier for the row.
-
component_id
Foreign key - ID of the component.
-
issue_id
Foreign key - ID of the issue.