Function: forge-issue-state-set-unplanned

forge-issue-state-set-unplanned is an interactive function defined in forge-topic.el.

Signature

(forge-issue-state-set-unplanned)

Documentation

Set the state of the current issue to unplanned.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(transient-define-suffix forge-issue-state-set-unplanned ()
  "Set the state of the current issue to `unplanned'."
  :class 'forge--topic-set-state-command
  :state 'unplanned
  :getter #'forge-current-issue
  :if #'forge-current-issue)