atlassian

Featured

Manage Jira issues and Confluence wiki pages in Atlassian Cloud. Use when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages with CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page hierarchies. Supports OAuth 2.1 via MCP server (recommended) or API token authentication (fallback).

API & Backend 422 stars 45 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Atlassian (Jira + Confluence) Full Jira and Confluence integration with two authentication methods: - **OAuth 2.1** via Atlassian MCP server — browser-based consent, auto-refresh tokens, calls MCP tools - **API token** — email + token stored in keyring, calls REST API directly ## First-Time Setup ### Option 1: OAuth 2.1 via MCP Server (Recommended) No API tokens or instance URLs needed. Uses dynamic client registration and PKCE. ```bash pip install -r requirements.txt python scripts/auth.py login --oauth ``` A browser opens for Atlassian authorization. Select which products (Jira, Confluence, Compass) to grant access. Tokens are stored in the system keyring and auto-refresh when expired. Check status: ```bash python scripts/auth.py status ``` ### Option 2: API Token (Fallback) For environments where browser-based OAuth isn't available. ```bash pip install -r requirements.txt python scripts/auth.py login ``` Follow the prompts to enter your Atlassian URL, email, and API token. Credentials are stored securely in the system keyring. Create an API token at: https://id.atlassian.com/manage-profile/security/api-tokens Check authentication status: ```bash python scripts/auth.py status ``` Logout (clears both OAuth and API token credentials): ```bash python scripts/auth.py logout ``` ## Backend Selection The scripts automatically detect which backend to use based on your auth type: - **OAuth** → MCP backend (calls Atlassian MCP server tools) - **API token** → REST b...

Details

Author
sanjay3290
Repository
sanjay3290/ai-skills
Created
8 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category