The idea is to add Project ID to Report URL in Reporter

Currently, when we are on the Report page the project ID is missing in the URL, the selected project ID is only stored in the browser cookie. Eg.:

https://devicecloud.example.com/reporter/html-report/index.html?test_id=15486

NOTE: The dummy and not working domain devicecloud.example.com is used here, but the paths are the ones currently implemented in CT

Our users are often sharing such URLs with us but these don't work without proper project context and might result in 500 errors.

When opening the report from the Cloud server the initial URL has the project ID, but the final one in the URL bar does have only test_id, eg.

URL initiated for the Report selected in the Cloud Server:
- https://devicecloud.example.com/api/v2/auth/reporter/test/15486/project/3954737
Final URL on the Reporter:
- https://devicecloud.example.com/reporter/html-report/index.html?test_id=15486

Could you please review and improve this while working on the Reporter improvements?

Comments

  • Thank you for submitting this idea. We will take this into consideration as we build our roadmap and follow up as necessary.