-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
6.3.13.0, 6.7.11
-
6.03
-
5
-
Severity 2 - Major
-
6
-
Steps to Reproduce:
- Have projects with sprints
- Have Sprints that share some text (e.g. Sprint 1, QA Sprint 1, etc.)
- Run the search:
Project = X and Sprint = "Sprint 1"
Expected Results:
- The search result should return only issues that have "Sprint 1" set.
Actual Results:
- The search result is returning issues that contain that text on it (issues set with "Sprint 1" and "QA Sprint 1")
Workaround:
- Use the sprint search by ID instead of name. E.g.:
Project = X and Sprint = 123
Notes:
According to the documentation...
The "=" operator is used to search for issues where the value of the specified field exactly matches the specified value.
The Sprint field does not allow the "~" operator.
- is related to
-
JSWSERVER-12515 Allow Sprint field to accept partial match on sprint name
- Gathering Interest