Hello,
Currently the page-edited-notification module is disabled in the Confluence Content Notifications plugin add-on, and I am unable to enable it. There is no option to enable to module, so how do I enable the module?
Confluence 8.5.3
Datacenter
Found what I was looking for here.
Cannot enable or disable bundled system apps or modules
I was able to do it with this curl
curl --user "<USER>:<PASSWORD>" --location --request PUT '<baseURL>/rest/plugins/1.0/com.atlassian.confluence.plugins.confluence-content-notifications-plugin-key/modules/page-edited-notification-key' \
--header 'Content-Type: application/vnd.atl.plugins.plugin.module+json' \
--data-raw '{
"enabled": true
}'
Hi @Mark Hitt
I think the best people to solve your query is atlassian team. Because this is very much environment specific issue & could be dependent on lot of other things.
Hope it helps.
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.