-
Bug
-
Resolution: Unresolved
-
Low
-
3
-
Severity 3 - Minor
-
0
-
Issue Summary
If you have a use case where you need to add only a single special character (like - + * # etc.) as the issue's summary, it will not show up in the negative JQL searches.
Steps to Reproduce
- Create an issue with a dash in the summary:
- Try to search using the JQL and excluding some random text for the summary like the one below:
summary !~ "test"
Expected Results
As the issue's summary doesn't contain "test", it should show up in the results.
Actual Results
The issue will not show up in the results.
Workaround
You can use another string as a generic summary.
- relates to
-
JSWCLOUD-26249 Cannot search with Epic in the new Parent field if the Summary has a special character
- Gathering Impact
-
JRACLOUD-82693 Using en dash on text avoid the ticket being found at filter
- Gathering Impact
-
JRACLOUD-75866 Searching JIRA issues for special characters (in text fields) does not work
- Future Consideration