> For the complete documentation index, see [llms.txt](https://bugshot.gitbook.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bugshot.gitbook.io/ko/integrations/issue-tracking.md).

# 이슈 트래킹

지금까지 작성한 초안과 제출한 이슈가 어디 있는지 헷갈리실 일 없습니다. **이슈 목록** 탭에서 한곳에 모아 보실 수 있습니다.

![이슈 목록 탭](/files/0PAaEza8QxTwkz7W40Ta)

## 찾고 거르기

목록이 길어져도 금방 찾을 수 있습니다.

* **필터** — 전체 / 제출됨(Submitted) / 초안(Draft)으로 거릅니다.
* **검색** — 제목으로 찾습니다.
* **날짜 그룹** — 작성·제출 날짜별로 묶여 표시됩니다.

## 행을 열면

이슈 행을 클릭하면 상세가 열립니다.

* **초안(Draft)** — 편집할 수 있습니다. 이어서 작성하거나 내용을 고쳐 제출하면 됩니다.
* **제출됨(Submitted)** — 읽기 전용입니다. 등록된 내용과 플랫폼 링크를 확인합니다.

![이슈 상세 보기](/files/WPIYBJo7Z8pI0dnutcR2)

## 목록 새로고침

제출한 이슈가 플랫폼에서 어떤 상태인지(열림·닫힘 등) 다시 가져옵니다. 해당 플랫폼이 **연결되어 있어야** 동작하니 이 점만 기억해 두세요.

## 모두 삭제

목록의 모든 이슈를 한 번에 지웁니다. 로컬에 저장된 초안·기록만 삭제되고, 플랫폼에 이미 등록된 이슈 자체는 그대로 남으니 걱정하지 않으셔도 됩니다.

***

🌐 [English](https://bugshot.gitbook.io/en/integrations/issue-tracking)


---

# 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://bugshot.gitbook.io/ko/integrations/issue-tracking.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.
