tiki/plugin/embed/backlog.yaml
2026-02-10 16:18:05 -05:00

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