-
Bug
-
Resolution: Duplicate
-
Low (View bug fix roadmap)
-
None
-
6.1.4, 6.1.6, 6.3.6.1
-
None
-
6.01
-
-
When the assignees in a sprint are shown in the Agile Sprint Health gadget and you click on a user that has a dot in their username invalid JQL is generated:
assignee=jonathan.martens AND Sprint=22
which throws:
Error in the JQL Query: The character '.' is a reserved JQL character. You must enclose it in a string or use the escape '\u002e' instead. (line 1, character 18)
where quoting the username works:
assignee="jonathan.martens" AND Sprint=22
- duplicates
-
JSWSERVER-11511 Agile Sprint Health Gadget causes JQL Query Error for '@' character
-
- Closed
-
It still not working in Jira 6.3
AND
I'm using the latest version of Agile (6.6)
please fix!