You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
342 B
Markdown

# Work to be ticketed
should be able to pass a ticket ID to `nbd next` and `nbd ready` that scopes it to the dependency tree of that ticket.
For example `nbd next abc123` should show the highest priority (next) ticket that is a dependency of that project.
`nbd ready abc123` would show all tickets that are ready which unblock that project.