-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.2.0, 9.4.0, 9.12.0
-
Component/s: Issue - Fields, Project Administration - Components
-
None
-
8.02
-
1
-
Severity 3 - Minor
Component search/auto-complete only matches words delimited by space.
For example, when we have Component names such as:
Reproduction steps
- Add the following components inside the project settings
- jira-官方系统-system
- Test_xxx_xxx
- xxx_Test_xxx
- xxx Test xxx
- xxx_Test xxx
- Create an issue and try to find a component based on the below sub-string list
Only type a substring of characters, and we will get the following result:
| sub-string typed | search success | match suggested |
| 系统 | not found | |
| jira-官方系统 | found | jira-官方系统-system |
| -system | not found | |
| test | found | Test_xxx_xxx, xxx Test xxx |
Expected
All following substrings should find components created in step 1
- duplicates
-
JRASERVER-74355 Component search/auto-complete only matches words delimited by space
- Reviewing