> 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/settings/issue.md).

# 이슈 설정

이슈를 쓸 때마다 반복되는 부분, 여기서 미리 맞춰 두면 매번 손이 한결 가벼워집니다.

## 제목 접두어

이슈 제목 앞에 자동으로 붙는 문구입니다. 예를 들어 `[QA]` 로 두면 제목이 늘 `[QA]` 로 시작합니다. 팀에서 라벨 규칙을 쓰신다면 꽤 요긴합니다.

![제목 접두어 설정](/files/EfdZmY3BcG3ePAKW2k8m)

## 본문 구성

이슈 본문에 어떤 섹션을 넣을지 켜고 끌 수 있습니다. 기본으로 4개 섹션이 준비되어 있습니다.

| 섹션    | 기본 | 입력 형식 |
| ----- | -- | ----- |
| 발생 현상 | 켜짐 | 문단    |
| 재현 과정 | 켜짐 | 번호 목록 |
| 기대 결과 | 켜짐 | 문단    |
| 비고    | 꺼짐 | 문단    |

* **재현 과정**은 번호 목록으로 입력합니다 — 한 줄에 한 단계씩 적으면 1, 2, 3…으로 번호가 알아서 붙습니다.
* **비고**는 기본적으로 꺼져 있으니, 필요할 때만 켜시면 됩니다.
* 각 섹션의 **라벨과 안내 문구(플레이스홀더)는 직접 바꿀 수 있습니다**. 팀 용어에 맞춰 "발생 현상"을 다른 이름으로 바꾸는 식으로요.

![본문 구성 설정](/files/szDgrCxtrHZ0AYFFfYz5)

## 30초 리플레이

화면의 최근 30초를 항상 기록해 두는 기능입니다. 버그를 발견하면 버튼 한 번으로 직전 상황을 영상으로 첨부할 수 있어요.

이 토글을 켜면 **화면 캡처 권한을 요청**합니다. 권한을 허용해야 리플레이가 동작하고요, 혹시 권한이 해제되면 리플레이는 자동으로 꺼지니 따로 신경 쓰지 않으셔도 됩니다.

> 30초 리플레이를 어떻게 쓰는지 궁금하시면 [30초 리플레이](/ko/video/replay.md)를 참고하세요.

![30초 리플레이 토글](/files/sNZMNxPqrP24lQAh78T2)

***

🌐 [English](https://bugshot.gitbook.io/en/settings/issue)


---

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