To see one category status color more, you need only:
- Go to the JIRADB Database
- Execute SQL: SELECT * FROM jiradb.issuestatus;
- In the status you need “black color” set the field “STATUSCATEGORY” to 1
- That’s all!
Supported colors (in the standard)
Field Summary
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPLETE |
static String |
IN_PROGRESS |
static String |
TO_DO |
static String |
UNDEFINED |
Otherwise you can DOWNLOAD MY PLUGIN TO COLORIZE STATUS






why? what’s the use case?
LikeLike
In my case, this color is for status like “waiting”,”on hold”,”suspended”..
LikeLike