Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Using the Linking API loses url parameters of the report after clicking on "Edit and Share".
I have a report with mandatory url parameters (ie. without those URL parameters the report does not display any data).
Using the Linking API with url parameters (ie. /create?<linking API parameters here>¶ms=<report url parameters here> , the report displays correctly. Then after the user clicks on "Edit and Share", the url parameters are not kept. The created report is empty.
What you expected to happen:
I expect the report created by Linking API to keep the url parameters, so that the created report matches the one displayed by the Linking API before clicking on "Edit and Share".
Steps to reproduce:
1) create a report with url parameters
2) use Linking API with url parameters, a preview is shown taking into account the url params
3) click on "Edit and Share"
4) url parameters are lost, the created report does not match the one previewed in 2)