Forum Discussion
Retain Subscription When Moving Reports to Different Workspaces
- 8 months ago
Subscriptions are tied to the report artifact in a specific workspace (and often the user + report ID). When you republish/recreate the report via ADO deployment, you’re effectively creating a new report object, so the old subscription objects don’t “follow” it. There isn’t a built-in way today to automatically retain them through redeployments.
If you want to avoid losing them, don’t replace the report in Prod. Instead keep the same report item and only update the dataset/model behind it.
Hi c_schrotberger,
There is no way that I know of to do this.
You might be able to use the APIs to get a list of subscriptions, and then re-create them on the new artifact, but there's no easy "move this report to another workspace with subscriptions" button.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.