Skip to main content

Module issue

Module issue 

Source
Expand description

Issue commands.

find takes both shapes on purpose: flags for the queries people actually run, and --yql for everything else. YQL is a read-only search language — the escape hatch widens what can be read, never what can be changed (docs/adr/0001-security-model.md).

Structs§

FindArgs
Search arguments shared by find and count.

Enums§

CheckCommand
Writing to a checklist. Reading it is issue checklist.
CommentCommand
Editing comments. Reading them is issue comments.
IssueCommand
LinkCommand
Writing links. Reading them is issue links.
TimerCommand
A timer, which is local until it stops.
WorklogCommand
Writing to a worklog.

Functions§

run