go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.24k stars 5.5k forks source link

Save and Reuse Kanban Layouts in Projects #32541

Open bhavishya-8 opened 5 days ago

bhavishya-8 commented 5 days ago

Feature Description

Currently, when creating a new project with a Kanban board in Gitea, the layout (columns, board setup) must be configured manually. It would be highly beneficial to have a feature where users can save the current Kanban layout (including columns, tasks, and configuration) and then reuse this layout for new projects. This would save time and improve consistency across multiple projects that follow similar workflows.

Requested Features:

Save Current Kanban Layout: Once a Kanban board for a project is set up (columns, labels, etc.), there should be an option to save the current board layout. The user can name this layout (e.g., "Standard Kanban", "Dev Team Workflow", etc.) for future use.

Reuse Saved Kanban Layout for New Projects: When creating a new project, there should be an option to select a saved layout from existing layouts. This would apply the saved column structure and tasks configuration to the new project, ensuring consistency across projects.

Screenshots

No response