-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Low
-
None
-
Affects Version/s: 6.0-OD-11/Beta1, 5.2.10, 6.2
-
Component/s: System Administration - Priorities
-
5.02
-
6
-
Severity 3 - Minor
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? 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.
- Discovered while testing
-
JRASERVER-30633 Priority Color Administration Allows Invalid Values
-
- Closed
-
- relates to
-
JRACLOUD-32328 Able to create priority with invalid colour value
-
- Closed
-