Function: forge-topics-filter-assignee

forge-topics-filter-assignee is an interactive function defined in forge-topics.el.

Signature

(forge-topics-filter-assignee)

Documentation

Read an assignee and limit topic list to topics assignee to that person.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topics.el
(transient-define-suffix forge-topics-filter-assignee ()
  "Read an assignee and limit topic list to topics assignee to that person."
  :class 'forge--topics-filter-command
  :slot 'assignee
  :reader (##forge--read-filter-by-user "Assignee"))