-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
Severity 3 - Minor
-
Issue Summary
The Jira boards page which is default landing page after selecting project does the white space wrap due to which if there are two white spaces those are converted to one and if we perform search using the same name, it doesn't work
Steps to Reproduce
- Create a Project with the name - "oneofthelongest project here" , I purposely used two white spaces between the two words
- Now when you go to the project on the boards page (default landing) page, you see the name gets white spaces wrapped up to single.Due to which it displays the name as "oneofthelongest project here"
- Now if you copy the name from screen and perform the search JQL is unable to search the project.
- Sharing the video for easy reference: Addressing Project Name Search Issues Due to Whitespace Handling.mp4
Expected Results
- The project name should remain unique/exact across different screen/pages.
Actual Results
- The white space gets wrapped up causing removal of one white space from project name, which makes it non searchable across Jira.
Workaround
- Go to project setting and copy the name from there and use it if required.