go-jira
brew install go-jira
v1.0.27
Apache-2.0
Simple jira command-line client in Go
57
30-day installs · #4410
254
90-day · #3795
1.2k
365-day · #3593
2.7k
★ GitHub stars · updated 9mo ago
Build dependencies
Links
- https://github.com/go-jira/jira
- GitHub: go-jira/jira
- Brew formula source: Formula/g/go-jira.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"go"
],
"categories": [],
"caveats": null,
"conflicts_with": [
"jira-cli"
],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Simple jira command-line client in Go",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:15+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "go-jira",
"github_default_branch": "master",
"github_last_commit_at": "2025-11-11T19:18:28Z",
"github_readme_excerpt": "[](https://travis-ci.org/go-jira/jira)\n[](https://godoc.org/github.com/go-jira/jira)\n[](https://opensource.org/licenses/Apache-2.0)\n\n# go-jira\n\nSimple command line client for Atlassian\u0027s Jira service written in Go.\n\n## GDPR USERNAME DISCLAIMER\n\nWhen this tool was initial written the \"username\" parameter was widely used in the Atlassian API.\nDue to GDPR restrictions this parameter was been almost completely phased out other then V1 login.\nThe \"--user\" field is still provided as a default global, however moving forward any usage of this field should be phased out in favor of the \"--login\" option. \n\nCommands which previously took a username will now expect an email address such as watch, create, assign, etc...\n\n## Install\n\n### Download\n\nYou can download one of the pre-built binaries for **go-jira** [here](https://github.com/go-jira/jira/releases).\n\n### Build\n\nYou can build and install the official repository with [Go](https://golang.org/dl/) (before running the below command, ensure you have `GO111MODULE=on` set in your environment):\n\n\tgo get github.com/go-jira/jira/cmd/jira\n\nThis will checkout this repository into `$GOPATH/src/github.com/go-jira/jira/`, build, and install it.\n\nIt should then be available in $GOPATH/bin/jira.\n\n## Usage\n\n\n#### Setting up TAB completion\n\nSince go-jira is built with the \"kingpin\" golang command line library we support bash/zsh shell completion automatically:\n\n * \u003chttps://github.com/alecthomas/kingpin/tree/v2.2.5#bashzsh-shell-completion\u003e\n\nFor example, in bash, adding something along the lines of:\n\n `eval \"$(jira --completion-script-bash)\"`\n\nto your bashrc, or .profile (assuming go-jira binary is already in your path) will cause jira to offer tab completion behavior.\n\n## Configuration\n\n**go-jira** uses a configuration hierarchy. When loadin",
"github_repo": "go-jira/jira",
"github_stars": 2744,
"github_topics": [],
"homepage": "https://github.com/go-jira/jira",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 57,
"installs_365d": 1164,
"installs_90d": 254,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "go-jira",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 4410,
"rank_365d": 3593,
"rank_90d": 3795,
"raw_hash": "9e08fe83766703b7",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/g/go-jira.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.0.27",
"versioned_formulae": [],
"why_use_this": null
}