-
Bug
-
Resolution: Duplicate
-
Low (View bug fix roadmap)
-
None
-
None
-
None
NOTE: This bug report is for JIRA Software Server. Using JIRA Software Cloud? See the corresponding bug report.
In the "Agile Sprint Health Gadget", JIRA displays our team's user avatars and allows us to click on them to see who's doing what this sprint--which is great! However, some users have usernames containing spaces (e.g. "big doggie"). Clicking on these users causes the search to fail with the following error:
Error in the JQL Query: Expecting either 'OR' or 'AND' but got 'doggie'. (line 1, character 16)
The query in the search box is:
assignee=big doggie AND Sprint=18
and the URL leading to that page is:
The issue is probably easily solvable by changing the URL to always include quotes around the assignee parameter, e.g. assignee=%22big%20doggie%22 or whatever. You guys may have some other considerations that make that unfeasible, though.
The specific version of JIRA is JIRA v6.4-OD-02-003
Thanks!
- duplicates
-
JSWSERVER-11511 Agile Sprint Health Gadget causes JQL Query Error for '@' character
-
- Closed
-
- relates to
-
JSWCLOUD-10988 Agile Sprint Health Gadget avatar search links need quotes around usernames with spaces
-
- Closed
-