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

19 lines
No EOL
505 B
YAML

name: Roadmap
foreground: "#e2e8f0"
background: "#2a5f5a"
key: "F4"
lanes:
- name: Now
columns: 1
filter: type = 'epic' AND status = 'ready'
action: status = 'ready'
- name: Next
columns: 1
filter: type = 'epic' AND status = 'backlog' AND priority = 1
action: status = 'backlog', priority = 1
- name: Later
columns: 2
filter: type = 'epic' AND status = 'backlog' AND priority > 1
action: status = 'backlog', priority = 2
sort: Priority, Points DESC
view: expanded