Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-82708

Notification not triggered when publishing a blog post via page action

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • Page - Blogs
    • None

      Issue Summary

      When users create a page and then opt to publish it as a blog post via the "Publish" button, followed by selecting advanced options, the expected notification that a new blog post has been created is not sent. This contrasts with the usual method of directly creating a blog post from the blog post tree, which successfully triggers notifications.

      One important detail that we noticed is that the UI process involves converting a page draft into a blog post using the following API call:

      https://customersexampleinstance.atlassian.net/wiki/rest/api/content/9999999/convert?destinationType=blogpost&sourceStatus=draft&destinationSpaceKey=EXAMPLE
      

      It appears that the notification is not triggered because the original draft is a page, not a blog post.

      Moreover, the endpoint used for this conversion in the UI is scheduled for deprecation:
      https://developer.atlassian.com/cloud/confluence/changelog/#updated-changes-in-anonymous-access-to-convert-content-body-api
      This may also contribute to the notification issue.

      Announcement: Extending the "Convert content body" v1 REST API deprecation period

      30 July 2025

      The deprecation period for the Convert content body v1 REST API in Confluence Cloud has been extended to February 1, 2026. As per the original deprecation announcement, developers can transition to the Asynchronously convert content body endpoint. We are committed to resolving existing load and timeout issues with the asynchronous endpoint before the v1 API is fully deprecated.

      Steps to Reproduce

      1. Navigate to a page and click the "Publish" button.
      2. In the modal with more options, select the option to publish as a blog post.
      3. Screen Recording 2025-09-09 at 10.59.57.mov

      Expected Results

      Notifications should be sent to users informing them of the new blog post creation.

      Actual Results

      The notification isn't sent to the blogpost watchers from the space.

      Workaround

      As a workaround, manually copy the content from the original page. Then, create a new blog post directly from the blog post tree and paste the content, which will trigger the email notification as expected.

              Unassigned Unassigned
              21b8d206dcae Vinicius C [Atlassian Support]
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: