Learn how to use the Confluence slash command to manage documentation and knowledge
The /confluence
command enables you to create and manage documentation, pages, and spaces in Confluence. Perfect for:
Use the command to interact with Confluence:
Confluence uses storage format HTML:
<p>
for paragraphs<h1>
, <h2>
for headings<ul>
, <ol>
for lists<table>
for tables<code>
for code blocksConfluence Query Language examples:
space = DEV
- In specific spacetype = page
- Only pagestext ~ "keyword"
- Contains textcreator = currentUser()
- Your pageslastmodified > -7d
- Recently updatedLearn how to use the Confluence slash command to manage documentation and knowledge
The /confluence
command enables you to create and manage documentation, pages, and spaces in Confluence. Perfect for:
Use the command to interact with Confluence:
Confluence uses storage format HTML:
<p>
for paragraphs<h1>
, <h2>
for headings<ul>
, <ol>
for lists<table>
for tables<code>
for code blocksConfluence Query Language examples:
space = DEV
- In specific spacetype = page
- Only pagestext ~ "keyword"
- Contains textcreator = currentUser()
- Your pageslastmodified > -7d
- Recently updated