The URL is different when a parameter is specified in the URL to the dashboard and when the dashboard is opened from the repository and the parameter is specified.
■If you open the dashboard from the repository and specify parameters
https://xxxx:8080/jasperserver/dashboard/viewer.html#/public/○○/test/report&SYA_BG=111111
■When a transition is made with a parameter to the dashboard URL
https://xxxx:8080/jasperserver/dashboard/viewer.html?SYA_BG=111111#/public/○○/test/report
The entire screen is reloaded when parameters are changed because they are replaced in the order of Parameter -> dashboard path.
Essentially, only the reports in the dashboard should be reloaded.
Components | JasperReports Server |