Skip to content

kasancode/gitbucket-label-kanban-plugin

Repository files navigation

gitbucket-label-kanban-plugin

Scala CI

A GitBucket plugin for Kanban-style issue management. The lanes are labels prefixed with "@", milestones, priorities and assignees.

Screenshot

Installation

Download jar file from the release page and put it into GITBUCKET_HOME/plugins.

Version

Plugin version GitBucket version
3.8.0 - 4.38.x-
3.7.0 4.35.x - 4.37.x
3.6.0 4.34.x
3.3.0 - 3.5.0 4.32.x - 4.33.x
3.0.x 4.26.x - 4.31.x
2.0.x 4.26.x - 4.31.x
1.0.x 4.26.x - 4.29.x

Build from source

$ sbt assembly

Usage

  1. Click "Add lane" button to add lanes (prefixed labels). labelList

  2. Select the lane type. lanes

  3. Drag an Issue to another lane. dragging