mirror of
https://github.com/boolean-maybe/tiki
synced 2026-04-21 21:47:36 +00:00
19 lines
No EOL
505 B
YAML
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 |