How to enable the page-edited-notification module in the Confluence

Mark Hitt February 15, 2024

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

 

 

module.JPGmodule1.JPG

2 answers

1 accepted

1 vote
Answer accepted
Mark Hitt February 21, 2024

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
}'

 

 

0 votes
Vishal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 16, 2024

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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.5.3
TAGS
AUG Leaders

Atlassian Community Events