> For the complete documentation index, see [llms.txt](https://docs.mindkosh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindkosh.com/ko/management/quality-management/permissions.md).

# 권한

작업의 상위 프로젝트에 할당된 사용자는 모든 배치를 사용 가능한 모드 중 임의의 모드로 자유롭게 이동하거나 접근할 수 있습니다. 또한 자유롭게 리뷰를 추가할 수 있습니다.

배치에만 할당된 사용자에게는 다음 권한이 적용됩니다.

### 배치 접근

| 배치 모드          | 사용자 할당된 역할                             |
| -------------- | -------------------------------------- |
| 주석(Annotation) | 담당자(Assignee), 리뷰어(Reviewer), 품질검사(QC) |
| 검증(Validation) | 리뷰어(Reviewer), 품질검사(QC)                |
| 품질 검사          | QC                                     |
| 완료(모든 모드 활성)   | QC                                     |
| 완료(검증 모드 활성)   | 리뷰어                                    |
| 완료(QC 모드 활성)   | QC                                     |
| 완료(주석 모드만 활성)  | 담당자                                    |

### 리뷰 접근

| 활성 모드     | 허용된 작업 |
| --------- | ------ |
| 모든 모드 활성  | QC     |
| 검증 모드 활성  | 리뷰어    |
| QC 모드 활성  | QC     |
| 주석 모드만 활성 | 담당자    |

### 모드 변경 접근

| 모드 변경    | 허용된 작업                                           |
| -------- | ------------------------------------------------ |
| 주석 -> 검증 | 담당자(Assignee), 리뷰어(Reviewer), 품질검사(QC)           |
| 주석 -> QC | 담당자(검증 모드가 없는 경우), 리뷰어, QC                       |
| 주석 -> 완료 | 담당자(검증 및 QC 모드가 모두 없는 경우), 리뷰어(QC 모드가 없는 경우), QC |
| 검증 -> 주석 | 리뷰어(Reviewer), 품질검사(QC)                          |
| 검증 -> QC | 리뷰어(Reviewer), 품질검사(QC)                          |
| 검증 -> 완료 | 리뷰어(QC 모드가 없는 경우), QC                            |
| QC -> 검증 | QC                                               |
| QC -> 주석 | QC                                               |
| QC -> 완료 | QC                                               |


---

# 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://docs.mindkosh.com/ko/management/quality-management/permissions.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.
