# Work to be ticketed --- Add a new `backlog` state to tickets. The goal of this is tickets which are created but should not be worked on yet. Tickets with this status do not show up by default in `nbd list`, `nbd ready`, and `nbd next`. The default state for tickets is still `todo`. --- `nbd archive` should set a status of `archived` not `closed`. Preserve the `closed` state for tickets which will not be completed. --- `nbd graph` should mark `cycle` items instead as `*` to indicate they are in the same tree twice. --- Printing a ticket (like `nbd read` or `nbd create's output`) should print the ticket in Markdown format (unless --json is specified, that behavior does not change). This should essentially render the contents as `--ftype md` does with frontmatter and body.