> For the complete documentation index, see [llms.txt](https://dev.cubrid.org/dev-process/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.cubrid.org/dev-process/jira/confirmed.md).

# 이슈 선별 (Triage) \<Confirmed>

![](/files/snXTckfrMyvIKTYJPoel)

**프로젝트 메인테이너**는 “OPEN” 상태에서 이슈 진행 선별 과정(Triage)를 통해 “CONFIRMED” 상태로 바꿉니다. 이 때 다음의 필드를 지정합니다.

* assignee: 이슈 진행 담당자
* planned version/s: 이슈를 진행하도록 계획된 버전
* priority: 이슈의 중요도에 따라 설정
* triage: “Confirmed” 상태로 넘어가는 경우 항상 “Approved” 설정
* labels: 필요한 레이블 자유롭게 설정

**QA 메인테이너와 테스트 담당자**는 “RESOLVED” 또는 "TEST" 상태인 이슈가 SPEC 변경이 필요하다고 판단하거나 QA 테스트를 통과하지 못하는 경우 “QA Not Satisfied” 버튼을 눌러 “CONFIRMED” 상태로 되돌릴 수 있습니다.&#x20;

**이슈 담당 개발자**는 "ANALYSIS" 또는 "DEVELOP" 상태인 이슈를 다른 업무에 의해 더 이상 진행하지 못하는 경우에는 "stop work" 버튼을 눌러 "CONFIRMED" 상태로 되돌릴 수 있습니다.&#x20;

###


---

# 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, and the optional `goal` query parameter:

```
GET https://dev.cubrid.org/dev-process/jira/confirmed.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
