-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Low
-
Component/s: Administration - System - General Configuration
-
6
-
Severity 3 - Minor
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Reproduction Steps
- Open Priority Administration
- Create a new priority with invalid colour value (e.g. "FFFFFF", with "#" symbol missing)
What Happens
- Colour value is not validated
- Priority with invalid colour value is created
Colour values for priorities should be validated similarly to when editing priorities (see JRA-30633)
Workaround
It's possible to confirm if you're being affected by this bug by running the query below:
SELECT id, pname, status_color FROM priority ;
If the value of status_color returned for any of the rows returned is different from a '#' character followed by six hexadecimal characters, please edit the corresponding priority through the Administration » Issues » Priorities page.
- is related to
-
JRASERVER-32328 Able to create priority with invalid colour value
-
- Closed
-
- relates to
-
JRACLOUD-91107 Unable to assign Priorities to Card Colours in Jira Software Board
-
- Closed
-