Issue Status Definitions

ISSUESTATUSDEFINITIONS

Column

ID

NAME

DESCRIPTION

SEQUENCE

CATEGORYID

Type

VARCHAR

VARCHAR

VARCHAR

BIGINT

BIGINT

Indexed

x






All the Issue statuses definitions become visible to any logged in Jira user


SELECT 
  *
FROM
  ISSUESTATUSDEFINITIONS  


ID  

NAME  

DESCRIPTION  

SEQUENCE  

CATEGORYID  

1

Open

The issue is open and ready for the assignee to start work on it.

1

2

3

In Progress

This issue is being actively worked on at the moment by the assignee.

3

4

4

Reopened

This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.

4

2

5

Resolved

A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.

5

3

6

Closed

The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.

6

3

10000

To Do

null

7

2

10001

Done

null

8

3