Description
Description
On Reports, when filtering issues by Components with the character ';' in the name, the basic search does not return results.
How to reproduce
1. Go to a project and create a component called Test:Test
2. Associate this Component to one Requirement
3. Go to the Overall Requirement Coverage report and use our filter panel, and choose the component Test:Test -> It will appear No matched requirements found.
4. Delete this filter, and instead use a JQL: component = "Test:Test", the Requirement is retrieved
Actual result/Attachments
The search does not retrieve any issue when the component name has the character ';'
Expected result
The filter should work using both methods.
Version
- 6.2.6
Workaround: Use a JQL search.