> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/ai/mcp/mcp-integrations/atlassian-mcp-server.md).

# Atlassian MCP 서버

## 개요

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

## 사전 요구 사항

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

## Atlassian에서 Panther 허용

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

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

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

## Panther에서 설정

Atlassian MCP 서버는 자동 OAuth 등록(Dynamic Client Registration)을 지원하므로 Atlassian 측에서 수동 OAuth 애플리케이션 설정이 필요하지 않습니다. 하나의 [관리자](https://docs.panther.com/ai/mcp/mcp-integrations#how-it-works) 사용자(권한 확인에 대한 추가 세부정보는 [이](https://docs.panther.com/ai/mcp/mcp-integrations#permissions) 섹션)를 참조하여 다음 단계를 수행하기 위해 [추가](https://docs.panther.com/ai/mcp/mcp-integrations#adding-an-mcp-server) Atlassian 서버:

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

### 계정 연결

관리자가 [추가하면](https://docs.panther.com/ai/mcp/mcp-integrations#adding-an-mcp-server) Atlassian 서버:

1. MCP 서버 페이지에서 다음을 찾으세요 **Atlassian** 사용 가능한 서버 목록에서.
2. 다음을 클릭합니다: **연결**.
3. Atlassian의 OAuth 동의 페이지로 리디렉션됩니다. Atlassian 계정으로 로그인한 후 요청된 권한을 부여하세요. Atlassian 계정에는 Panther AI가 수행하길 원하는 작업(예: Jira에서 이슈 생성, Confluence에서 페이지 편집)에 대해 적절한 권한이 있어야 합니다.
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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/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.
