Skip to content

jira alias set

Create a shortcut for a jira command

Create a shortcut for a jira command.

The stored expansion is parsed back to an argv with POSIX shell grammar. When EXPANSION reaches jira alias set as a single shell-quoted string, it is stored verbatim. When EXPANSION arrives as multiple argv tokens, each token is quoted before storage so the round trip remains faithful. A hand-edited config alias must follow the same grammar: an unquoted '#' starts a comment and everything after it is dropped. Quote a literal '#' (e.g. "'#tag'") to keep it.

jira alias set NAME EXPANSION... [flags]

Options

  -h, --help   help for set

Options inherited from parent commands

      --adf-best-effort    Allow lossy ADF conversions with structured warnings
      --adf-strict         Treat lossy ADF conversions as errors
      --color string       Color mode: "auto", "always", or "never" (default "auto")
  -c, --config string      Config file path
  -d, --debug              Enable debug output
  -i, --interactive        Launch persistent dashboard from root command
      --no-input           Disable interactive prompts (mandatory for headless / agent invocation)
      --output string      Output mode: auto, human, json, or compact (compact is the JSON data payload without the envelope — no ok/meta/warnings/errors) (default "auto")
  -P, --profile string     Jira profile name
      --timeout duration   Whole-invocation deadline (e.g. 30s, 2m); 0 disables it

SEE ALSO