-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
9.17.0, 9.17.1
-
9.17
-
1
-
Severity 3 - Minor
-
Issue Summary
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Create a DB using our official guide for PostgresDB
CREATE DATABASE jiradb WITH ENCODING 'UNICODE' LC_COLLATE 'C' LC_CTYPE 'C' TEMPLATE template0;
- Confirm the DB is using Database collation "C" locale type via Jira System Info.
- Create a new select list custom field.
- Add the following options:
Малый/средний бизнес Частные лица Карточные продукты “Лайт”
- Add the values to a few issues.
- Search the issue using basic search or advanced search:
"Select list" = "Малый/средний бизнес"
- Getting the following errors:
The option 'Малый/средний бизнес' for field 'Select list' does not exist.
Expected Results
It should allow to search any text from Cyrillic script.
Actual Results
Jira does not handle non-ASCII characters well
Workaround
Move the database collation to en_US.UTF-8 or C.UTF-8 follow the steps in the https://confluence.atlassian.com/jirakb/unsupported-collation-error-thrown-in-jira-server-using-postgresql-776657961.html
Notes
The bug is not affected the other Jira version such as 9.4, 9.12, 9.15 and 9.16
- is related to
-
JRASERVER-42074 Issue Navigator throws error when field with values containing the sharp S German character (ß) is selected or has a space at the end
-
- Closed
-