REST API endpoints for draft Project items
Use the REST API to manage draft items in Projects.
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
Parameters for "Create draft item for organization owned project"
| Name, Type, Description |
|---|
accept string Setting to |
| Name, Type, Description |
|---|
org string RequiredThe organization name. The name is not case sensitive. |
project_number integer RequiredThe project's number. |
| Name, Type, Description |
|---|
title string RequiredThe 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 | Description |
|---|---|
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
Parameters for "Create draft item for user owned project"
| Name, Type, Description |
|---|
accept string Setting to |
| Name, Type, Description |
|---|
user_id string RequiredThe unique identifier of the user. |
project_number integer RequiredThe project's number. |
| Name, Type, Description |
|---|
title string RequiredThe 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 | Description |
|---|---|
201 | Created |
304 | Not modified |
401 | Requires authentication |
403 | Forbidden |