Skip to content

3742 - Sprint Board

Agile sprint task board. This is an example of a MAML document.

maml
{
  sprint: "Sprint 36"
  tasks: [
    {
      id: "2K9GRH"
      title: "Try to generate the UTF8 port, maybe it will calculate the wireless hard drive!"
      assignee: "Mr. Madisyn Medhurst"
      priority: "high"
      status: "done"
      points: 5
    }

    {
      id: "0RNTID"
      title: "The AI capacitor is down, copy the digital microchip so we can hack the COM alarm!"
      assignee: "Amari Waters"
      priority: "critical"
      status: "done"
      points: 1
    }

    {
      id: "6YKM8G"
      title: "We need to calculate the back-end CLI pixel!"
      assignee: "Michael Bashirian"
      priority: "low"
      status: "review"
      points: 1
    }
  ]
}

See Also