Subcomponents app database schema
Subcomponents app store its feature data in the database. The table below describes which feature → table relations.
In case of migrating the database to another server, these tables should be part of the Jira database backup in order for the Subcomponents app to use the existing feature configurations.
Feature | Database table | Description |
---|---|---|
Subcomponents |
| References to components/folders by ID and folder details |
Component versions |
| References to components and versions by ID |
Packages |
| Package details and references to packages and versions by ID |
Component/version properties |
| Property schema details, schema association with project and property values |
It is possible to check which projects use a particular feature using the PROJECT_ID field in corresponding feature tables.
Â