Need AI Training/Help?CloudYeti.io/meet
MarkdownMe
Leaving Notion guide

How to Move From Notion to Confluence

Use Confluence's official Notion importer for a whole workspace, or the Markdown route for a few pages. What each keeps and drops.

Direct answer

For a whole workspace, use Confluence Cloud's official importer. Go to Spaces, then Import from other tools, then Notion, and upload a Notion workspace export zip. A Notion workspace owner has to run that export. For a few pages, export them as Markdown & CSV, clean the zip in the Notion to Markdown tool, and convert each page with the Markdown to Confluence tool.

Open the Notion export cleaner

When to use this

  • Your team is moving its wiki from Notion to Confluence.
  • You need a few Notion pages inside an existing Confluence space.
  • You want to know what Confluence's Notion importer drops before you run it.

Steps

  1. Whole workspace: ask a Notion workspace owner to go to Settings, then General, then Export all workspace content. Use the format Atlassian's import screen asks for.
  2. In Confluence Cloud, go to Spaces, then Import from other tools, then Notion. Upload the zip. You can also connect Notion with OAuth to bring over users and permissions.
  3. A few pages: export each as Markdown & CSV and clean the zip in Clean export (.zip).
  4. Paste each page's Markdown into the Markdown to Confluence tool and copy the wiki markup or storage format.
  5. Check databases, equations, and synced blocks in Confluence after either route.

Example

Before
## Release checklist

- Tag the build
- Post the notes

```bash
npm run release
```
After
h2. Release checklist

* Tag the build
* Post the notes

{code:language=bash}
npm run release
{code}

Common mistakes

  • The importer does not support buttons, breadcrumbs, synced blocks, or table customization.
  • Equations and Mermaid diagrams become plain text.
  • Databases arrive as basic tables, without views or live formulas.

Tools for this job

FAQ

Does Confluence have an official Notion importer?
Yes. Confluence Cloud has one under Spaces, then Import from other tools, then Notion. It takes a Notion workspace export zip.
Who has to run the Notion export for Confluence?
Atlassian's docs say a Notion workspace owner has to export the workspace.
Should I use the importer or the Markdown route?
Use the importer for a whole workspace, since it can also map users and permissions. Use the Markdown route when you only need a few pages in an existing space and want to review each one.

Sources

Checked September 2026.

More guides for leaving Notion

Remove the Random Characters From Notion Export File Names

Why every file in a Notion export ends in a 32-character ID, and how to strip the IDs without breaking the links between pages.

How to Move From Notion to Obsidian

Use Obsidian's Importer plugin with a Notion API token or an HTML export. Clean a Markdown export here only as the fallback.

Turn a Notion Database CSV Into a Markdown Table

A Notion database exports as CSV plus one Markdown file per row. Here is how to get a readable Markdown table out of it.

Move Notion Pages to GitHub as Markdown

Export Notion as Markdown, strip the page IDs, fix the links, and commit the folder to a GitHub repository.

How to Move a Notion Page to Google Docs

Export the page as Markdown, clean it, and paste it into Google Docs as rich text with headings, lists, links, and tables intact.

How to Move From Notion to Logseq

Logseq has no official Notion importer. Export Markdown, clean the names and links, and add the files to your graph.

Turn Your Notion Notes Into a Folder Claude Code Can Read

Export Notion as Markdown, clean the names, and add a short CLAUDE.md so Claude Code can find and use your notes.

Open-Source Notion Alternatives That Import Your Pages

AppFlowy, AFFiNE, Logseq, and Joplin compared by license and by which Notion export each one imports. Plus where Anytype and Obsidian fit.

Notion Export Not Working? Fixes for Common Errors

Fixes for Notion exports that hang, arrive as nested Part zips, expire, fail on Windows, or come back without attachments.