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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.