Issue Priority Definitions
ISSUEPRIORITYDEFINITIONS | |||||
---|---|---|---|---|---|
Column | ID | NAME | DESCRIPTION | URL | DEFAULT |
Type | VARCHAR | VARCHAR | VARCHAR | VARCHAR | VARCHAR |
Indexed | x |
All the Issue priorities definitions become visible for any logged in Jira user
Example 1
SELECT * FROM ISSUEPRIORITYDEFINITIONS
IDÂ Â | NAMEÂ Â | DESCRIPTIONÂ Â | URLÂ Â | DEFAULTÂ Â |
1 | Highest | This problem will block progress. | /images/icons/priorities/highest.svg | FALSE |
2 | High | Serious problem that could block progress. | /images/icons/priorities/high.svg | FALSE |
3 | Medium | Has the potential to affect progress. | /images/icons/priorities/medium.svg | FALSE |
4 | Low | Minor problem or easily worked around. | /images/icons/priorities/low.svg | FALSE |
5 | Lowest | Trivial problem with little or no impact on progress. | /images/icons/priorities/lowest.svg | FALSE |