Issue Resolution Definitions
ISSUERESOLUTIONDEFINITIONS | ||||
---|---|---|---|---|
Column | ID | NAME | DESCRIPTION | SEQUENCE |
Type | VARCHAR | VARCHAR | VARCHAR | BIGINT |
Indexed | x | x |
All the Issue resolutions definitions become visible for any logged in Jira user
Exaple 1
SELECT * FROM ISSUERESOLUTIONDEFINITIONS
10000 | Done | Work has been completed on this issue. | 1 |
10001 | Won't Do | This issue won't be actioned. | 2 |
10002 | Duplicate | The problem is a duplicate of an existing issue. | 3 |
10100 | Cannot Reproduce | All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue. | 4 |