-
Bug
-
Resolution: Fixed
-
Low
-
10.85
-
None
-
1
-
Severity 3 - Minor
-
Stubborn Dragons - VH3
Issue Summary
The Program room can be accessed from 2 location:
The access from #1 works as expected, however the link from the homepage in #2, brings an error to the page
Filter context is the same in both scenarios
Steps to Reproduce
- Login to Jira Align
- Set top tier filter to a portfolio/program/etc and a PI
- From the Home screen, scroll down to select "program room" tile
- Error message "Not all shared filters could be applied to the page view." comes up.
- Click continue.
- The pages refresh automatically and bring the error message again.
- Refresh the page manually (browser side)- the error disappear
Expected Results
Both link should point to the same Program Room safely without error
Actual Results
It seems that the URLs that each location point to is not in the right order
- From left menu: Working
https://***.jiraalign.com/ProgramRoom?SelectedTier1=125&SelectedTier2=116&Portfolios=58
Order= SelectedTier1 - SelectedTier2 - Portfolio
- From Home page Feature links: Not working
https://***.jiraalign.com/ProgramRoom?Portfolios=58&SelectedTier1=125&SelectedTier2=116
Order= Portfolio - SelectedTier1 - SelectedTier2
Workaround
- Refresh the page manually from the browser will trigger the re-ordering of the filter in the url
- Access the Programm room from the left menu instead of the Home page