Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
This is the documentation of the next version, still under development. See the latest release.

Add an issue to a project column

POST
/user/projects/{id}/columns/{column_id}/issues/{issue_id}
curl --request POST \
--url https://gitea.com/api/v1/user/projects/1/columns/1/issues/1 \
--header 'Authorization: Basic <credentials>'

Assigns the issue to the project if it is not a member yet, then places it in the column.

id
required
integer format: int64

Id of the project

column_id
required
integer format: int64

Id of the column

issue_id
required
integer format: int64

Global id of the issue, not the repository-local index

APIEmpty is an empty response

APIForbiddenError is a forbidden error response

message
string
url
string

APINotFound is a not found empty response

APIValidationError is error format response related to input validation

message
string
url
string

APIRepoArchivedError is an error that is raised when an archived repo should be modified

message
string
url
string