-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Dashboard - Gadget - Sprint
-
None
-
1
-
Severity 3 - Minor
Summary
When there is "&" in issue status the link generated by Sprint Health Gadget will lead to a page with broken JQL.
Steps to Reproduce
- Create a Scrum board with sample data.
- Navigate to the sample project created in the previous step and modify the workflow by changing the name of "TO DO" status to "TO & DO".
- Add a Sprint Health Gadget to a dashboard and select the newly created board.
- Click the link to view the To Do issue list as shown below:

Expected Results
Jira opens the Issue navigator with the JQL status in ("Backlog","TO & DO","Selected for Development") AND Sprint = 119
Actual Results
Jira opens the Issue navigator with the JQL status in ("Backlog","TO and the following error is displayed:

Notes
To avoid this error, the URL generated by the gadget should have the "&" encoded as %26.
Workaround
- Right-click the link and copy the URL.
- Paste on a new browser tab.
- Replace all the "&" with %26.
- Hit the enter.