Skip to main content

Confluence Migration Guide

Upgrading to 1.0.0

With the release of Confluence API V2, several changes have been introduced to the connector, impacting endpoint structures and schema definitions. To ensure a seamless transition, follow the migration steps outlined below.

Key Changes

  • Blog Posts:

    • Endpoint Change: GET /content?type=blogpostGET v2/blogposts
    • Breaking Change: Schema modifications require updating existing integrations.
  • Pages:

    • Endpoint Change: GET /content?type=pageGET v2/pages
    • Breaking Change: Schema modifications require adjustments.
  • Spaces:

    • Endpoint Change: GET /spaceGET v2/spaces
    • Breaking Change: Schema updates necessitate migration.

Migration Steps

  1. Upgrade to version 1.0.0.
  2. Resynchronize the connector to reset schemas and update existing records.

For more details, refer to the official Confluence API V2 Changelog.

Was this page helpful?