Hi everyone,
We’d like to automatically reassign pages owned by deactivated users so ownership always stays with an active user.
Our idea:
The issue is that Change page owner doesn’t support smart values like `{{page.parent.owner}}`, so the rule can’t finish.
Has anyone found a workaround, or is this planned for Confluence automation?
Thanks a lot!
Hi @Sarah HaÏm-Lubczanski -- Welcome to the Atlassian Community!
There is a template rule which is close to what you describe:
Change page owner when scheduled for pages with deactivated accounts
Unfortunately, the Change Page Owner action does not support entering a smart value, or selecting the option, for the page or space owner.
A workaround is using the Send Web Request action to call the REST API to update the page, passing the new owner's accountId in the request. If you want to try that, here are some references to help:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.