API support for columns #31769
Labels
topic/api
Concerns mainly the API
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Feature Description
I looked for a similar issue or a PR that tackled this feature and indeed found this issue #14299 and a PR that mentions it #28111. In addition to adding the columns endpoints, I also wanted to add two endpoints for projects, one that changes the status of the project from open to close and another for moving issues/prs from a project to another.
These are the endpoints I would like to include + the ones in the mentioned PR if that is fine.
Projects:
Columns:
GET /projects/columns/{column_id}
PATCH /projects/columns/{column_id}
DELETE /projects/columns/{column_id}
GET /projects/{project_id}/columns
POST /projects/{project_id}/columns
PATCH /projects/{project_id}/columns/move // moves(sorts) columns inside a project -- not in github api
PATCH /projects/{project_id}/columns/{column_id}/move // moves(sorts) issues in column -- not in github api
PUT /projects/columns/{column_id}/default // sets a default column -- not in github api
Implementation details:
Screenshots
No response
The text was updated successfully, but these errors were encountered: