AGILE_DATA_RELEASE_TEAMS
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 teams information of agile projects releases: which team is assigned to a release of an agile project.
Foreign Keys
There are no foreign keys for this table.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
RELEASE_TEAM_ID |
NOT NULL |
NUMBER |
System-generated identifier for the record, incrementing automatically as new records are inserted. |
RELEASE_ID |
NOT NULL |
VARCHAR2(200) |
Identifier of the release |
TEAM_ID |
NULLABLE |
VARCHAR2(2000) |
Identifier of the team assigned to the release |
INSTANCE_ID |
NULLABLE |
VARCHAR2(200) |
Instance identifier |
PROJECT_ID |
NOT NULL |
VARCHAR2(100) |
Project identifier |
Indexes
There are no indexes for this table.