# Atlassian MCP Server

## 개요

Atlassian MCP 서버는 Panther AI를 Jira, Confluence, Compass를 포함한 Atlassian Cloud 제품과 연결합니다. 이 통합을 통해 Panther AI는 Jira 이슈를 생성하고 검색하며, Confluence 페이지를 읽고 생성하고, Compass 구성 요소와 상호작용할 수 있습니다. 이 모든 작업을 Panther AI 채팅 경험 내에서 수행할 수 있습니다.

**MCP 서버 URL:** `https://mcp.atlassian.com/v1/mcp`

## 사전 요구 사항

* Panther AI가 상호작용하도록 원하는 제품(Jira, Confluence 및/또는 Compass)에 액세스할 수 있는 Atlassian Cloud 계정
* Atlassian 사용자에게는 Panther AI가 수행할 작업에 대한 적절한 권한이 있어야 합니다(예: Jira에서 이슈 생성, Confluence에서 페이지 편집).
* Atlassian 조직 관리자는 사용자가 연결하기 전에 Atlassian Admin Console에서 Panther의 도메인을 허용 목록에 추가해야 합니다.

## 설정

Atlassian MCP 서버는 자동 OAuth 등록(Dynamic Client Registration)을 지원하므로, Atlassian 측에서 수동으로 OAuth 애플리케이션을 설정할 필요가 없습니다.

1. Panther Console 오른쪽 상단에서 톱니바퀴 아이콘(**설정**) > **Panther AI**.
2. 다음으로 이동합니다 **MCP 서버** 탭.
3. 클릭하세요. **MCP 서버 추가**.
4. 선택 **Atlassian** 을 카탈로그에서 선택합니다.
5. 다음을 입력하세요. **이름** 서버 이름(예: "Atlassian")으로.
6. 선택적으로 **설명**.
7. 클릭하세요. **다음**. Panther가 서버의 OAuth 메타데이터를 자동으로 검색하고 클라이언트를 등록합니다.
8. 클릭하세요. **생성**.

## Atlassian에서 Panther 허용

사용자가 Panther에서 Atlassian MCP 서버에 연결하기 전에, Atlassian 조직 관리자는 Panther의 도메인을 Rovo MCP 서버 허용 목록에 추가해야 합니다.

1. 에 로그인 [Atlassian Administration](https://admin.atlassian.com).
2. 계정이 여러 조직을 관리하는 경우, 해당 조직을 선택하세요.
3. 다음으로 이동 **앱** > **AI 설정** > **Rovo MCP 서버**.
4. 클릭하세요. **도메인 추가**.
5. Panther 인스턴스 도메인을 입력하세요(예: `https://your-org.runpanther.net`).
6. 변경 사항을 저장합니다.

{% hint style="info" %}
Atlassian은 기본적으로 잘 알려진 AI 도구 도메인 목록을 사전 승인하지만, Panther는 수동으로 추가해야 합니다. 도메인 제한은 OAuth 2.1 연결에만 적용됩니다.
{% endhint %}

### 계정 연결

관리자가 Atlassian 서버를 추가한 후:

1. MCP 서버 페이지에서 **Atlassian** 를 사용 가능한 서버 목록에서 찾습니다.
2. 클릭하세요. **Connect**.
3. Atlassian의 OAuth 동의 페이지로 리디렉션됩니다. Atlassian 계정으로 로그인하고 요청된 권한을 부여하세요.
4. 승인 후, 도구 권한을 구성하기 위해 Panther로 다시 리디렉션됩니다.

## 자세히 알아보기

* [Atlassian MCP 서버 문서](https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/)
* [지원되는 도구 참조](https://support.atlassian.com/atlassian-rovo-mcp-server/docs/supported-tools/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/ko/ai/mcp-integrations/atlassian-mcp-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
