AGILE_PROGRAM_PROJECT_MAPPINGS
Note: All the tables prefixed with AGILE_DATA store data of agile projects that are running in the agile tools such as ALM Octane and Atlassian JIRA.
This table stores the relationship of agile projects and their parent entities.
Foreign Keys
There are no foreign keys for this table.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PROGRAM_ID |
NULLABLE |
NUMBER |
Identifier of the parent entity where the project belongs |
PROJECT_ID |
NULLABLE |
NUMBER |
Project identifier |
INSTANCE_ID |
NOT NULL |
VARCHAR2(100) |
Instance identifier |
Indexes
There are no indexes for this table.