AGILE_DATA_SPRINTS

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

Foreign Keys

There are no foreign keys for this table.

Column Descriptions

Column Name

Null?

Data Type

Description

SPRINT_ID

NOT NULL

VARCHAR2 (100)

Sprint identifier

NAME

NULLABLE

VARCHAR2 (2000)

Sprint name

RELEASE_ID

NULLABLE

VARCHAR2 (100)

Identifier of the release where the sprint belongs

INSTANCE_ID

NOT NULL

VARCHAR2 (100)

Identifier of the instance where the sprint exists

PROJECT_ID

NOT NULL

VARCHAR2 (100)

Identifier of the project where the sprint belongs

SPRING_START_DATE

NOT NULL

DATE

Sprint start date

SPRING_FINISH_DATE

NOT NULL

DATE

Sprint finish date

Indexes

There are no indexes for this table.