Configuration

Customize Kanbus to fit your team's process.

kanbus.yml

The configuration file defines your issue hierarchy (Epic vs Task), workflow states (Todo, In Progress, Done), and other project defaults.

project:
  key: KANB
  name: Kanbus Project

hierarchy:
  epic:
    color: blue
  task:
    parent: epic
    color: green

workflow:
  todo: { type: initial }
  in_progress: { type: active }
  done: { type: final }