-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
9.13.1, 9.14.1, 9.15.2, 9.16.1, 10.3.2, 10.3.8
-
9.13
-
11
-
Severity 3 - Minor
-
7
-
Issue Summary
When searching an existing filter that has the following query:
project = "TEST" ORDER BY Rank ASC
The query change to the following after switching between basic and advanced search:
project = "10000" ORDER BY Rank ASC
This is reproducible on Data Center: (yes)
Steps to Reproduce
- Create a sample software project issues with template.
- Navigate to Manage filters and open the board filter. For example, "Filter for SCRUM board"
- Click Basic and then switch to Advanced. Then, click Search button.
- Remove the query to end up like this:
ORDER BY Rank ASC
- Click "Search" button and switch to Basic.
- Select "SCRUM" in the project field and click "Search"
- Switch back to "Advanced" and Jira return the following query:
project = "10000" ORDER BY Rank ASC
Video: Screen Recording 2024-06-17 at 4.37.54 PM.mov
Expected Results
The project query shouldn't be changing to project id.
Actual Results
The project query was change to project id automatically after switching between basic and advanced search.
Workaround
Refresh the page and don't click save filter.
The filter still retaining the existing project name.
Tested Version
- Can't reproduce the bug in 9.12.10 , 9.4.23 , 8.22.6
- Safe mode also able to reproduce the issue.
- incorporates
-
JSWSERVER-26287 Allow project ID in Board JQL filter
- Gathering Interest