AGILE_DATA_INSTANCES
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 instances information of agile projects.
Foreign Keys
There are no foreign keys for this table.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
INSTANCE_ID |
NOT NULL |
VARCHAR2 (100) |
Instance identifier |
NAME |
NULLABLE |
VARCHAR2(2000) |
Instance name |
PROJECT_ID |
NOT NULL |
VARCHAR2 (100) |
Project identifier |
Indexes
There are no indexes for this table.