AGILE_DATA_RELEASES

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 releases information of agile projects.

Foreign Keys

There are no foreign keys for this table.

Column Descriptions

Column Name

Null?

Data Type

Description

RELEASE_ID

NOT NULL

VARCHAR2 (100)

Identifier of the release to which the project is related

NAME

NOT NULL

VARCHAR2 (2000)

Name of the release to which the project is related

INSTANCE_ID

NOT NULL

VARCHAR2 (100)

Identifier of the instance where the project exists

PROJECT_ID

NOT NULL

VARCHAR2 (100)

Project identifier

Indexes

There are no indexes for this table.