{b}kanbn restore "task-id"{b} {b}kanbn res "task-id"{b} Restore an archived task from the archive. Options: {b}kanbn restore "task-id"{b} Restore a task from the archive and place it in the task's original column. {b}kanbn restore "task-id" --column "column"{b} {b}kanbn restore "task-id" -c "column"{b} Restore a task from the archive and place it in the specified column. {b}kanbn restore "task-id" --board "board-slug"{b} {b}kanbn restore "task-id" -b "board-slug"{b} Restore the task to that board only. Without this, the task goes back to every board it was on when it was archived, in the column it occupied on each. A board that has since been deleted is reported and skipped rather than failing the restore. Boards can declare {b}actions{b} - rules that fire when a task changes, e.g. "when this enters In Progress, assign it to me and tag it active". See {b}docs/actions.md{b}. {b}kanbn restore --no-actions{b} Run without firing any action rules. {b}KANBN_NO_ACTIONS=1{b} does the same for a whole shell.