초안 프로젝트 항목에 대한 REST API 엔드포인트
REST API를 사용하여 프로젝트의 초안 항목을 관리합니다.
Create draft item for organization owned project
Create draft issue item for the specified organization owned project.
fine_grained_access
works_with_fine_grained_tokens:
permission_set:
- "Projects" organization permissions (write)
allows_public_read_access
"Create draft item for organization owned project"에 대한 매개 변수
| 이름, 유형, 설명 |
|---|
accept string Setting to |
| 이름, 유형, 설명 |
|---|
org string 필수The organization name. The name is not case sensitive. |
project_number integer 필수The project's number. |
| 이름, 유형, 설명 |
|---|
title string 필수The title of the draft issue item to create in the project. |
body string The body content of the draft issue item to create in the project. |
http_status_code
| status_code | 설명 |
|---|---|
201 | Created |
304 | Not modified |
401 | Requires authentication |
403 | Forbidden |
Create draft item for user owned project
Create draft issue item for the specified user owned project.
fine_grained_access
no_fine_grained_access
"Create draft item for user owned project"에 대한 매개 변수
| 이름, 유형, 설명 |
|---|
accept string Setting to |
| 이름, 유형, 설명 |
|---|
user_id string 필수The unique identifier of the user. |
project_number integer 필수The project's number. |
| 이름, 유형, 설명 |
|---|
title string 필수The title of the draft issue item to create in the project. |
body string The body content of the draft issue item to create in the project. |
http_status_code
| status_code | 설명 |
|---|---|
201 | Created |
304 | Not modified |
401 | Requires authentication |
403 | Forbidden |