AGILE_DATA_BACKLOG_SEVERITY
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 backlog item (bug or defect) severity configuration information.
Foreign Keys
There are no foreign keys for this table.
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
SEVERITY_CONFIG_ID |
NOT NULL |
NUMBER |
identifier of the severity configuration |
INSTANCE_ID |
NULLABLE |
VARCHAR2 (100) |
Identifier of the instance to which the configuration applies |
BACKLOG_TYPE |
NULLABLE |
VARCHAR2 (100) |
Backlog item type. Defect or bug. |
SEVERITY |
NULLABLE |
VARCHAR2 (10) |
Severity of the backlog item |
CREATION_DATE |
NULLABLE |
DATE |
Date when the configuration is created |
CREATED_BY |
NULLABLE |
NUMBER(9) |
Identifier of the user who created the configuration |
LAST_UPDATE_DATE |
NULLABLE |
DATE |
Date when the configuration is last updated |
LAST_UPDATED_BY |
NULLABLE |
NUMBER(9) |
Identifier of the user who last updated the configuration |
VERSION |
NULLABLE |
NUMBER(9) |
System-generated version for the entity. This column must not be updated manually. |
SEVERITY_INDEX |
NULLABLE |
NUMBER(9) |
The ordinal number of the severity, indicating the position where the severity is displayed in the drop-down list |
Indexes
There are no indexes for this table.