implement kanban as a command with subcommands for gotcha cli so that we can work with projects #23

Open
opened 2026-07-31 11:53:19 +00:00 by hugo · 0 comments
Owner

the users need a way to use kanban boards that are based on projects in gitea in the cli tool. this is mainly meant to enable agents to follow proper kanban process and properly give status on the progress of issues through the board. implement the needed stuff for the command "project" with subcommands to manage projects, update - if neede - the "issue" command to manage issues in relation to projects and of course have a kanban command that allows management of issues in kanban boards. it must be possible to list issues in a column, move issues from one column to another, assign issues to user and run the full workflow of kanban boards for issues.

check the gitea documentation on the web how the actual kanban process is meant to run and implement accordingly. Since much of it is individually configureable, the tool usage needs to accomodate such a flexible framework by providing metadata subcommands that give base data about available kanban boards and about a specific kanban boards and subcommands to handle the issues in those boards.

the users need a way to use kanban boards that are based on projects in gitea in the cli tool. this is mainly meant to enable agents to follow proper kanban process and properly give status on the progress of issues through the board. implement the needed stuff for the command "project" with subcommands to manage projects, update - if neede - the "issue" command to manage issues in relation to projects and of course have a kanban command that allows management of issues in kanban boards. it must be possible to list issues in a column, move issues from one column to another, assign issues to user and run the full workflow of kanban boards for issues. check the gitea documentation on the web how the actual kanban process is meant to run and implement accordingly. Since much of it is individually configureable, the tool usage needs to accomodate such a flexible framework by providing metadata subcommands that give base data about available kanban boards and about a specific kanban boards and subcommands to handle the issues in those boards.
hugo added this to the first feature complete release milestone 2026-07-31 11:53:19 +00:00
hugo added the enhancement label 2026-07-31 11:53:19 +00:00
hugo modified the milestone from first feature complete release to first public release 2026-07-31 11:53:37 +00:00
hugo modified the milestone from first public release to first feature complete release 2026-07-31 11:53:42 +00:00
hugo modified the milestone from first feature complete release to enhancement release "Kanban-Style" 2026-07-31 13:01:22 +00:00
Sign in to join this conversation.