-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 7.1.7, 7.3.3, 8.20.0, 9.4.7, 9.4.8
-
Component/s: JQL
-
7.01
-
7
-
Severity 3 - Minor
-
0
Summary
When the user has configured a Select list (Single Choice) custom field with options containing the character "İ" (eg. Azerbaijani or Turkish language), JIRA will throw an error when attempting to search for the option.
Steps to Reproduce
- Create a new Select list (Single Choice) custom field named DEMO.
- Add the character "İ" as a new option. Eg. "Problem with İ".
- Associate the custom field with the issue screens.
- Create a new test issue with this option "Problem with İ" for DEMO.
- Go to the Issue navigator and search for: DEMO = "Problem with İ".
Expected Results
The issue navigator will return the issues with "Problem with İ" selected for DEMO.
Actual Results
No issues are returned and JIRA throws the error "The option 'Problem with İ' for field 'DEMO' does not exist."
HAR file indicates response code 400 and "jqlTooComplex" error:
"request": { "method": "POST", "url": "https://localhost/secure/QueryComponent!Jql.jspa", ... { "name": "origin", "value": "https://localhost" }, { "name": "referer", "value": "https://localhost/issues/?jql=DEMO%20%3D%20%22%C4%B0%22 ... }, "response": { "status": 400, ... "cookies": [], "content": { "size": 47, "mimeType": "application/json", "text": "{\"errorMessages\":[\"jqlTooComplex\"],\"errors\":{}}"
Workaround
If possible, replace "İ" character within field options with "I" or "i".
Notes
Tested it with the Dfile.encoding=utf-8 and -Dsun.jnu.encoding=UTF-8 startup parameters therefore it does not seem to be an encoding issue.
- was cloned as
-
JRACLOUD-97081 JIRA is not able to search for words containing the character "İ" as a custom field option or a Label
-
- Needs Triage
-
- mentioned in
-
Page Loading...