Key Features
Page Templates & Editor
Create structured docs with rich formatting, macros, and reusable templates.
Real-Time Collaboration
Edit pages with teammates, leave inline comments, and track changes.
Jira Integration
Link Jira issues, epics, and roadmaps directly into documentation pages.
Permissions & Access Control
Manage visibility, editing rights, and space-level permissions for secure collaboration.
How It Works
Create a Space
Set up a workspace for your team, project, or department.
Add Pages & Templates
Use built-in templates or create custom layouts for documentation.
Collaborate & Comment
Edit pages together, tag teammates, and leave feedback inline.
Link Jira & Trello
Embed live Jira issues, boards, and Trello cards for context and traceability.
Publish & Share
Control access, publish updates, and share links with internal or external users.
Code Example
// Confluence REST API example to create a page:
POST https://your-domain.atlassian.net/wiki/rest/api/content
Headers:
Authorization: Bearer YOUR_TOKEN
Body:
{
"type": "page",
"title": "Sprint Retrospective",
"space": { "key": "DEV" },
"body": {
"storage": {
"value": "<p>Retrospective notes here</p>",
"representation": "storage"
}
}
}Use Cases
Project Documentation
Document specs, decisions, and meeting notes in one place.
Internal Wiki
Create a knowledge base for onboarding, policies, and team practices.
Engineering Runbooks
Maintain troubleshooting guides and operational procedures for dev teams.
Cross-Team Collaboration
Share updates, link Jira issues, and align across product, design, and engineering.
Integrations & Resources
Explore Confluence’s ecosystem and find the tools, platforms, and docs to accelerate your workflow.
Popular Integrations
- Jira, Trello, Bitbucket
- Slack, Microsoft Teams
- Google Drive, Dropbox
- Zoom, Figma, GitHub
- REST API, Atlassian Marketplace apps
Helpful Resources
FAQ
Common questions about Confluence’s capabilities, usage, and ecosystem.
