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=blogpost
→GET v2/blogposts
- Breaking Change: Schema modifications require updating existing integrations.
- Endpoint Change:
-
Pages:
- Endpoint Change:
GET /content?type=page
→GET v2/pages
- Breaking Change: Schema modifications require adjustments.
- Endpoint Change:
-
Spaces:
- Endpoint Change:
GET /space
→GET v2/spaces
- Breaking Change: Schema updates necessitate migration.
- Endpoint Change:
Migration Steps
- Upgrade to version 1.0.0.
- Resynchronize the connector to reset schemas and update existing records.
For more details, refer to the official Confluence API V2 Changelog.