Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 320 Bytes

File metadata and controls

15 lines (15 loc) · 320 Bytes

Kanban Diagram

---
title: Sprint Board
config:
  kanban:
    ticketBaseUrl: 'https://example.com/tickets/'
---
kanban
    [Todo]
        [Define scope]
        [Create login page]@{ ticket: 'MB-101', assigned: 'Alice', priority: 'High' }
    [In Progress]
        [Review API]@{ priority: 'Very High' }
Loading