-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Medium
-
1
-
Severity 2 - Major
Issue Summary
When searching issues using the detailed view in the issue navigator, it's possible that using the back button on the browser causes Jira to display a different issue than expected in the URL of the address bar.
Steps to Reproduce
- Create a saved filter that will return epics, tasks, and subtasks in the search results.
- load that saved filter, and make sure you're in the detailed view (not list view), the URL should look like this https://examplesite.atlassian.net/browse/ABC-123?filter=10023 specifically using the /browse/ endpoint here.
- Select a child issue, like a subtask, from the left panel's search results. In this case choose ABC-123 the URL should remain https://examplesite.atlassian.net/browse/ABC-123?filter=10023
- Then click the breadcrumb link to the parent issue (note the URL will change to something like https://examplesite.atlassian.net/browse/ABC-100?filter=10023 )
- Then press the back button on your browser
Expected Results
We expect to have the navigator return to the previous issue
Actual Results
While the URL will change in the address bar to the previous issue, the page does not change back to that issue. And instead continues to show the previous issue, but with an incorrect selection of breadcrumb links. This relates to another documented JRACLOUD-81276
Workaround
- for customers who have the new issue navigator experience available for their sites they can switch to the new experience to prevent this bug.
- If the saved filter is only selecting from a single project (say the project key is SSP for example), then it is possible to work around this by using the Project Issue Navigator instead. This can still then display the issues in that saved filter for that project, but without this bug behavior. The URL will be different when viewing this, such as https://examplesite.atlassian.net/jira/software/c/projects/SSP/issues/SSP-25?filter=10010. Whereas if using the issue navigator directly in https://examplesite.atlassian.net/issues/?filter=10010 you can still see this bug behavior. If the saved filter contains more than project, or no specific projects, then this workaround is not viable
- relates to
-
JRACLOUD-81276 Navigating between Sub-task and parent does not update the Status dropdown
-
- Closed
-
-
JIV-16281 Loading...