Hi all,
How can I transfer ownership quickly from a large catalog of pages owned by a user who is now inactive in our business confluence, given they have left our organization? Transferring ownership on a case-by-case process is plausible, but wondering how I can just mass transfer the pages our older team member used to own to the correct new owner.
Hi @Sur and @Laurie Sciutti ! I'm a PM on Confluence's team, and I can confirm that a bulk change page owner action is something that we're actively investigating and plan to begin work on soon.
Hope that helps!
A suggestion: a function to transfer all ownerships of a specific (often inactive) account to another would cover the most urgent cases, where a colleague leaves the company without transferring all ownerships to the new person in charge.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Suraj Patel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Suraj Patel welcome to the Atlassian Community!
It is possible to change the owner of the page using the Confluence Command Line Interface (CLI)
While running the below CLI action, you can change the page owner.
--action getGraphqlResult --query content_owner_update --field contentId=37093378 --field ownerId=<<use accountID>>
To bulk change owners
--action runFromPageList --space DRAW --input "--action getGraphqlResult --query content_owner_update --field contentId=@pageId@ --field ownerId=<<use accountID>>"
Currently, this feature is available for MAC and Linux platforms. We are still working on implementing it in the Windows platform as well.
Please refer to this article for installing and using the CLI actions CLI Client Installation and Use.
Please raise a support request to the appfire portal for any assistance https://appfire.atlassian.net/servicedesk/customer/portal/11
Thanks,
Naveen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would be nice to have this on Windows any time soon, the owner of a large part of our Confluence left 11 years ago and I would like to have an active account being the owner.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Suraj Patel and welcome to the Community! It is my understanding that the bulk change option is not currently available but is something the Atlassian team is aware of and working on (though I didn't see it on the Confluence Cloud roadmap).
Perhaps @Tiffany Chung can provide more information?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.