Documentation
¶
Overview ¶
`jira issue link` command tree.
Sub-command group:
- link list KEY — flattened inward+outward array, sorted
- link delete KEY LINK_ID — DELETE /issueLink/{id}, force-gated
- link types — instance link-type list, cache-backed
Default action (no subcommand): `link KEY --to OTHER --type NAME` retains today's create form for back-compat.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var WatcherCommands = []func() *cobra.Command{
issueWatcherCommand,
issueWatchCommand,
issueUnwatchCommand,
}
WatcherCommands is the public wiring slice the root command-tree dispatcher in commands.go consumes — keeps the registration surface explicit so each new sub-command lands in one place. Exposing it avoids "unused symbol" lint flags while incremental delivery is in flight.
Functions ¶
func IssueAttachmentCommand ¶
IssueAttachmentCommand returns the `attachment` sub-command group for registration under `jira issue`. The lead wires this in commands.go's issueCommand() so the four sub-paths (list/add/delete/download) become available end-to-end.
func IssueListOutputData ¶
func NewCommand ¶
NewCommand returns the `issue` verb and all its sub-commands.
func NewOpenCommand ¶ added in v0.3.0
NewOpenCommand returns the top-level `jira open KEY` shortcut that opens an issue in the browser — the muscle-memory command, sharing openIssueWeb with `issue view --web`.
Types ¶
This section is empty.