Skip to main content

Enterprise Server 3.21 은(는) 현재 릴리스 후보로 제공됩니다.

이제 REST API의 버전이 지정되었습니다. 자세한 내용은 "API 버전 관리 정보"를 참조하세요.

초안 프로젝트 항목에 대한 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 application/vnd.github+json is recommended.

경로 매개 변수
이름, 유형, 설명
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 application/vnd.github+json is recommended.

경로 매개 변수
이름, 유형, 설명
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