> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebender.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Atlassian

> Access Atlassian products - manage Jira issues, Confluence pages, and collaborate across Atlassian tools

## Connect Firebender to Atlassian

Connect Firebender to Atlassian to manage Jira issues, Confluence documentation, and other Atlassian products.

<video autoPlay loop muted playsInline style={{width: '100%', borderRadius: '12px'}}>
  <source src="https://mintcdn.com/firebendercorp/JSX-KE-pMIQ-3Nqc/assets/mcp/atlassian.webm?fit=max&auto=format&n=JSX-KE-pMIQ-3Nqc&q=85&s=7c880e9c9a11d6f592baf054f8883ec8" type="video/webm" data-path="assets/mcp/atlassian.webm" />
</video>

## What is Atlassian?

Atlassian provides project management and collaboration tools including Jira, Confluence, and Bitbucket.

With the Atlassian MCP integration, Firebender can:

* Create and update Jira issues
* Search and manage project tasks
* Access Confluence documentation
* Link code changes to issues
* Track project progress

## Installation

Click the button below to install the Atlassian MCP server:

[Add to Firebender](jetbrains://studio/firebender/add_mcp?id=atlassian)

Or manually configure in your `mcp.json`:

```json theme={null}
{
  "mcpServers": {
    "atlassian": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.atlassian.com/v1/sse"]
    }
  }
}
```

## Use Cases

* **Issue Management**: Create, update, and track Jira issues
* **Documentation**: Access and update Confluence pages
* **Project Planning**: Manage sprints and backlogs
* **Code Context**: Link commits and PRs to Jira issues
