Deployments
A deployment connects a report version with an environment. It says: “On the TEST environment, version v3 of this report is running.”
Deploy
Section titled “Deploy”- Open the report in the designer
- Open the Deploy Drawer (right side)
- Select:
- Version — Which version to deploy
- Environment — Which environment to deploy to
- Notes (optional) — Deployment note
- Click Deploy
Only one version of a report can be deployed per environment at a time. A new deploy replaces the previous one.
Version v3 ──deploy──▶ Environment TESTPromote
Section titled “Promote”A promotion copies a deployment from one environment to another. No need to manually select the same version again.
TEST (v3) ──promote──▶ QA (v3)The same version (v3) then runs on both environments. The data set queries are identical (from the snapshot), but the data source configurations are environment-specific — on QA, the QA override of the data sources is used.
Inspecting a Deployment
Section titled “Inspecting a Deployment”In the deploy drawer, you can expand each active deployment to view the included data sets and queries of the deployed version.
PDF Export with Environment
Section titled “PDF Export with Environment”When an environment is selected in the switcher and a deployment exists for that environment, the PDF export uses:
- The deployed version (layout, pages, parameters)
- The snapshotted queries from the version
- The environment-specific data source configurations
The PDF link includes the environment as a parameter:
/api/reports/{id}/pdf?environment={envId}¶m1=value1Typical Workflow
Section titled “Typical Workflow”1. Design report in designer (working copy)2. "Save Version" → create v13. Deploy v1 → TEST4. Test and adjust if needed5. "Save Version" → create v26. Deploy v2 → TEST7. Promote TEST (v2) → QA8. Promote QA (v2) → PRODPermissions
Section titled “Permissions”To deploy, users need:
- Write access to the report (folder permission:
editororowner) - Environment permission for the target environment
Admins bypass all permission checks.