Jira Terminal Versions Save

The application that can be used for personal usage to manage jira from terminal.

v2.3.0

1 month ago

Install jira-terminal 2.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/amritghimire/jira-terminal/releases/download/v2.3.0/jira-terminal-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/amritghimire/jira-terminal/releases/download/v2.3.0/jira-terminal-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install amritghimire/homebrew-jira-terminal/jira-terminal

Download jira-terminal 2.3.0

File Platform Checksum
jira-terminal-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
jira-terminal-x86_64-apple-darwin.tar.xz Intel macOS checksum
jira-terminal-x86_64-pc-windows-msvc.zip x64 Windows checksum
jira-terminal-x86_64-pc-windows-msvc.msi x64 Windows checksum
jira-terminal-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
jira-terminal-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v2.2.0

1 month ago

v2.1.0

1 year ago

v2.0.0

1 year ago
  • Added support for JSON in list call.

Full Changelog: https://github.com/amritghimire/jira-terminal/compare/v1.6.0...v2.0.0

v1.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/amritghimire/jira-terminal/compare/v1.5.0...v1.6.0

v1.5.0

2 years ago

What's Changed

Full Changelog: https://github.com/amritghimire/jira-terminal/compare/v1.4.0...v1.5.0

v1.4.0

2 years ago

v1.3.0

2 years ago

v1.2.0

2 years ago

v1.1.0

3 years ago
  • Add notes section to add documentation for storage of credentials
  • Clarify the use case for multiple parameter in list
  • Change the prompt message for clarity.
  • A new line print is added at end of each subcommand
  • Make the password or api token field invisible for security