mirror of
https://github.com/boolean-maybe/tiki
synced 2026-04-21 21:47:36 +00:00
13 lines
254 B
YAML
13 lines
254 B
YAML
name: Backlog
|
|
foreground: "#5fff87"
|
|
background: "#0b3d2e"
|
|
key: "F3"
|
|
lanes:
|
|
- name: Backlog
|
|
columns: 4
|
|
filter: status = 'backlog' and type != 'epic'
|
|
actions:
|
|
- key: "b"
|
|
label: "Add to board"
|
|
action: status = 'ready'
|
|
sort: Priority, ID
|