Skip to content
sycured edited this page Sep 6, 2022 · 4 revisions

jira_cli

Jira_cli is an unofficial Jira CLI written in Rust. It's compatible with On-Premise (Server/Datacenter edition) and Cloud.

FAQ

Best Practices

Top-level arguments

Required for all subcommands

CLI short flag CLI long flag environment variable name
-d --domain JIRA_DOMAIN
-t --token JIRA_TOKEN
-u --user JIRA_USER

ℹ️ Environment variables are part of Best Practices

Subcommands

check_version

Alias: check-version

Check if a new version is available

generate

Generate an auto-completion file for your shell

Aliases:

  • g
  • gen
argument specific list of values
shell x

Possible values for shell (case sensitive):

  • bash
  • elvish
  • fish
  • powershell
  • zsh

For example to generate zsh auto-completion and save it to a file:

jira_cli generate zsh > ~/.zsh/completion/_jira_cli

Alias: gr

Manage groups of users

Alias: i

Manage issues

labels

Alias: l

List available labels for the global label field

argument default value
max_results 1000
start_at 0

license

Alias: L

Show copyright and license

Aliases:

  • p
  • proj

Manage projects

Aliases:

  • u
  • usr

Manage users

Clone this wiki locally