{b}kanbn burndown{b} {b}kanbn bd{b} Show a burndown chart between a date range, or for a particular sprint. If no dates or sprint identifiers are specified, show data for the current sprint. If no sprints are defined, show data from the earliest created date to the current date. Burndown data source: When a task has a structured `History` section, burndown uses its lifecycle events (created, moved, progress, archived, restored) to reconstruct task activity over time. For older tasks without history, burndown falls back to metadata/date inference (created/started/completed + startedColumns/completedColumns). Options: {b}kanbn burndown --json{b} {b}kanbn burndown -j{b} Output raw data instead of rendering a chart. The data will be returned in JSON format. {b}kanbn burndown --sprint N|"name"{b} {b}kanbn burndown -p N|"name"{b} Show burndown data for the specified sprint. This option can be repeated to show burndown data for multiple sprints. {b}kanbn burndown --date "date"{b} {b}kanbn burndown -d "date"{b} Show burndown data for the specified dates. If only one date is provided, show burndown data from this date up to the present date. If more than 2 dates are provided, show burndown data from the earliest to latest date. This option will be ignored if a valid sprint number or name is specified. {b}kanbn burndown --column "column"{b} {b}kanbn burndown -c "column"{b} Filter for tasks in a particular column. This option can be repeated to include multiple columns. {b}kanbn burndown --assigned "user"{b} {b}kanbn burndown --assigned @me{b} {b}kanbn burndown -a "user"{b} Filter for tasks that are assigned to a particular user. {b}kanbn burndown --normalise "days"|"hours"|"minutes"|"seconds"{b} {b}kanbn burndown --n "days"|"hours"|"minutes"|"seconds"{b} Normalise dates. Task event times (history events or legacy created/started/completed dates) will be rounded down to the nearest day, hour, minute or second. This may cause task events to be grouped together. If this option is set to a blank or unsupported value, the normalisation mode will be automatically selected based on the date range. {b}kanbn burndown --board "board-slug"{b} {b}kanbn burndown -b "board-slug"{b} Chart a board other than the main one. Burndown measures work in flight, so a board that declares no {b}startedColumns{b} has nothing to chart and says so rather than drawing an empty chart.