The /confluence command enables you to create and manage documentation, pages, and spaces in Confluence. Perfect for:

  • Creating documentation pages
  • Managing knowledge bases
  • Organizing content in spaces
  • Searching documentation
  • Collaborating on content

Basic Usage

Use the command to interact with Confluence:

/confluence create page "API Documentation" in space DEV
/confluence search for "feature" in space DEV
/confluence update page 789012 with new content

Key Features

Page Management

  • Create new pages
  • Update page content
  • View page details
  • Add child pages
  • Get page history

Space Operations

  • List all spaces
  • Create new spaces
  • Navigate spaces
  • Set space permissions
  • Search by text
  • Filter by space
  • Find by page type
  • CQL queries
  • Full-text search

Collaboration

  • Add comments to pages
  • Track page versions
  • View page authors
  • Monitor changes

Example Commands

Create Page

/confluence create page "Release Notes" in space DOC with content "Version 2.0 features..."

Search Content

/confluence find all pages containing "installation" in space DEV

Update Page

/confluence update page ID 789012 title to "Updated API Guide" with new content

Create Space

/confluence create space "PROJ" named "Project Documentation" description "All project docs"

Add Comment

/confluence add comment to page 789012 "Could we add more examples to this section?"

List Child Pages

/confluence show all child pages of page ID 789012

Content Format

Confluence uses storage format HTML:

  • <p> for paragraphs
  • <h1>, <h2> for headings
  • <ul>, <ol> for lists
  • <table> for tables
  • <code> for code blocks

Confluence Query Language examples:

  • space = DEV - In specific space
  • type = page - Only pages
  • text ~ "keyword" - Contains text
  • creator = currentUser() - Your pages
  • lastmodified > -7d - Recently updated

Tips

  • Space keys are uppercase (e.g., DEV, DOC)
  • Page IDs are numeric
  • Use storage format for content
  • Version numbers required for updates

The /confluence command enables you to create and manage documentation, pages, and spaces in Confluence. Perfect for:

  • Creating documentation pages
  • Managing knowledge bases
  • Organizing content in spaces
  • Searching documentation
  • Collaborating on content

Basic Usage

Use the command to interact with Confluence:

/confluence create page "API Documentation" in space DEV
/confluence search for "feature" in space DEV
/confluence update page 789012 with new content

Key Features

Page Management

  • Create new pages
  • Update page content
  • View page details
  • Add child pages
  • Get page history

Space Operations

  • List all spaces
  • Create new spaces
  • Navigate spaces
  • Set space permissions
  • Search by text
  • Filter by space
  • Find by page type
  • CQL queries
  • Full-text search

Collaboration

  • Add comments to pages
  • Track page versions
  • View page authors
  • Monitor changes

Example Commands

Create Page

/confluence create page "Release Notes" in space DOC with content "Version 2.0 features..."

Search Content

/confluence find all pages containing "installation" in space DEV

Update Page

/confluence update page ID 789012 title to "Updated API Guide" with new content

Create Space

/confluence create space "PROJ" named "Project Documentation" description "All project docs"

Add Comment

/confluence add comment to page 789012 "Could we add more examples to this section?"

List Child Pages

/confluence show all child pages of page ID 789012

Content Format

Confluence uses storage format HTML:

  • <p> for paragraphs
  • <h1>, <h2> for headings
  • <ul>, <ol> for lists
  • <table> for tables
  • <code> for code blocks

Confluence Query Language examples:

  • space = DEV - In specific space
  • type = page - Only pages
  • text ~ "keyword" - Contains text
  • creator = currentUser() - Your pages
  • lastmodified > -7d - Recently updated

Tips

  • Space keys are uppercase (e.g., DEV, DOC)
  • Page IDs are numeric
  • Use storage format for content
  • Version numbers required for updates