with one click
atlassian-setup
// Connect Jira and Confluence to Dex for project tracking and knowledge search
// Connect Jira and Confluence to Dex for project tracking and knowledge search
Configure AI model options - budget cloud models (save 80%+) and offline mode (use Dex without internet)
Check your AI model configuration - see what's set up, current model, credits remaining
Interactive post-onboarding tour with adaptive pathways based on available data
Safely update Dex with one command (handles everything automatically)
Define time-horizoned assumptions about your industry/domain that ground strategic thinking and prevent building on quicksand
Process synced Granola meetings to update person pages, extract tasks, and organize meeting notes
| name | atlassian-setup |
| description | Connect Jira and Confluence to Dex for project tracking and knowledge search |
| manifest | {"id":"atlassian","auth":"oauth2","category":"project_management","services":["jira","confluence"]} |
Connect your Jira and Confluence to Dex so your daily plans, project health checks, meeting prep, and weekly reviews get richer context from your Atlassian workspace.
Once connected, Dex can:
/atlassian-setup/integrate-mcp if Jira or Confluence is mentionedSystem/integrations/config.yaml for atlassian.enabled: trueSystem/.atlassian-oauth-token.json and test the token:
https://api.atlassian.com/oauth/token/accessible-resources with the stored tokenSay:
**Let's connect Jira and Confluence to Dex.**
This uses Atlassian's OAuth flow to securely connect your Atlassian Cloud workspace.
No API tokens to manage -- it uses the standard Atlassian authorization flow.
**What you'll need:**
- An Atlassian Cloud account (e.g., yourcompany.atlassian.net)
- Permission to authorize third-party apps (check with your admin if unsure)
- About 3 minutes
**What gets connected:**
- **Jira:** Your assigned issues, sprint status, project health
- **Confluence:** Search for docs relevant to meetings and projects (read-only)
**Ready to go?**
Wait for confirmation.
Check the user's MCP configuration. If an Atlassian MCP server is not listed:
I need to add the Atlassian connector to your Dex configuration.
This uses the official Atlassian Remote MCP server which handles OAuth
authentication and provides secure access to your Jira and Confluence data.
.mcp.json:{
"atlassian-mcp": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://mcp.atlassian.com/v1/sse"]
}
}
Guide the user through the OAuth flow:
After auth completes, verify:
System/.atlassian-oauth-token.jsonIf authentication succeeds:
Connected! I can see your Atlassian workspace: [workspace-name]
If it fails:
Hmm, that didn't work. A few things to check:
1. **Are you logged in to Atlassian Cloud?** (Not Server/Data Center -- Cloud only)
2. **Does your account have permission to authorize apps?** Check with your admin
3. **Try the auth flow again** -- sometimes it takes two tries
Want to retry?
Retry up to 2 times, then offer to skip and come back later.
If the user has access to multiple Atlassian sites:
You have access to multiple Atlassian sites:
1. acme-corp.atlassian.net
2. acme-sandbox.atlassian.net
Which site should Dex connect to?
Save the selected cloud_id for API calls.
**Which Jira project should Dex sync with?**
This is the project where your tasks and issues live. I'll use it for:
- Sprint status in your daily plan
- Task sync (if you enable it)
- Project health checks
**Enter a project key** (e.g., ACME, PROD, ENG) or say "show me what's available"
If they say "show me what's available":
**Want to connect Confluence too?** (Optional)
If connected, Dex will search Confluence docs when prepping for meetings --
finding relevant pages shared with attendees or related to your projects.
**Enter a space key** (e.g., TEAM, DOCS, KB) or say "skip" or "show me what's available"
If they say "show me what's available":
**How should Dex handle Jira task sync?**
When you create tasks in Dex or complete issues in Jira, Dex can keep them in sync.
Choose your trust level:
1. **Auto-sync** -- Dex automatically syncs issues and tasks (recommended for personal projects)
2. **Ask each time** -- Dex shows you what changed and asks before syncing
3. **Read-only** -- Dex reads Jira data but never writes back (safest)
Which do you prefer? [1/2/3]
Write to System/integrations/config.yaml -- update the atlassian section:
atlassian:
enabled: true
configured_at: YYYY-MM-DD
cloud_id: <cloud-id>
site_url: <site>.atlassian.net
jira:
project_key: ACME
issue_type: Task
task_sync: true
trust_level: auto # auto | ask | readonly
confluence:
enabled: true
space_key: TEAM
pillar_map:
deal_support: SALES
thought_leadership: CONTENT
product_feedback: PROD
features:
daily_sprint: true
project_health: true
meeting_prep: true
week_review: true
If the file already exists, only update the atlassian: section. Preserve other integration configs.
Run quick tests to confirm everything works:
Show a brief summary:
**Quick test results:**
- Jira project [KEY]: Found, [N] open issues assigned to you
- Confluence space [KEY]: Found, [N] pages accessible
- Sprint status: [Current sprint name], [N] days remaining
Everything looks good!
If any test fails, troubleshoot before proceeding.
**Atlassian is connected!**
Here's what changes now:
- **Daily Plan** (`/daily-plan`) shows Jira sprint status and assigned tickets
- **Project Health** (`/project-health`) includes sprint velocity and blocked tickets
- **Meeting Prep** (`/meeting-prep`) surfaces Jira tickets and Confluence docs for attendees
- **Week Review** (`/week-review`) includes tickets closed and sprint progress
Trust level: [auto/ask/read-only]
You can adjust settings anytime by running `/atlassian-setup` again.
When Atlassian is connected, these skills automatically gain new powers:
| Skill | What Atlassian Adds |
|---|---|
/daily-plan | Sprint status, assigned tickets, overdue issues |
/project-health | Sprint velocity, epic progress, blocked tickets |
/meeting-prep | Jira tickets involving attendees, Confluence docs |
/week-review | Tickets closed, sprint velocity, progress trends |
/triage | Incoming Jira issues to triage alongside inbox |
Atlassian OAuth tokens expire periodically. If you see auth errors:
/atlassian-setupYour Atlassian account may not have the right permissions:
Atlassian Cloud allows about 100 requests per minute. If you see rate limit errors, wait 60 seconds and retry. This rarely happens during normal use.
The server might not be in your configuration. Re-run /atlassian-setup and it will detect and fix this.
This integration only supports Atlassian Cloud. Jira Server and Data Center use different APIs and authentication. If you're on-premise, this setup won't work.
If the user runs /atlassian-setup when already configured:
System/integrations/config.yamlIf user wants to disconnect:
System/integrations/config.yaml:
atlassian:
enabled: false
/atlassian-setup anytime to reconnect."