KingDownloads

jira-cli version history

10 releases tracked, newest first.

v1.7.0

Aug 31, 2025
- Added CSV and JSON output support for issue listings - Upgraded deprecated endpoints for Jira API compatibility - Introduced new releases subcommand and comment count display - Fixed various issues including username validation and CSV formatting

7 downloads

v1.6.0

Apr 19, 2025
This release comes with some fixes and features like JSON-formatted issue‑creation output, multi‑string replacements in issue clone, internal JSD comments, etc. ## 🥷 What's added? * feat: Respect API token for `mtls` auth by @LucasZanellaMBTI in https://github.com/ankitpokhrel/jira-cli/pull/783 * feat: Add option to output issue creation result as Json by @sebbbastien in https://github.com/ankitpokhrel/jira-cli/pull/775 * feat: Allow multiple replace strings in issue clone command by @AdamSaleh in https://github.com/ankitpokhrel/jira-cli/pull/811 * feat: Allow adding internal comment on JSD by @dynek in https://github.com/ankitpokhrel/jira-cli/pull/825 * feat: Add easy issue search to list cmd by @wbh1 in https://github.com/ankitpokhrel/jira-cli/pull/769 ## 🐞 What's fixed? * fix: Case-insensitive sub-task comparison by @tiemma in https://github.com/ankitpokhrel/jira-cli/pull/793 * fix: use `tview.Escape` with standard square brackets by @rpadaki in https://github.com/ankitpokhrel/jira-cli/pull/828, https://github.com/ankitpokhrel/jira-cli/pull/839 ## ☕️ Other changes * Add shell completion to brew install; closes #651 by @MarkIannucci in https://github.com/ankitp

7 downloads

v1.5.2

Sep 22, 2024
## What's Changed * feat: issue view: Raw response option by @mpalahuta in https://github.com/ankitpokhrel/jira-cli/pull/720 * feat: Add original estimate option to issue creation by @rodcloutier in https://github.com/ankitpokhrel/jira-cli/pull/748 * feat: Allow updating parent on edit by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/765 * feat: Add cli method for close sprint with supporting jira client … by @cworsnup13 in https://github.com/ankitpokhrel/jira-cli/pull/756 https://github.com/ankitpokhrel/jira-cli/pull/778 * fix: Epic description overridden in no-input mode by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/728 * fix: Regression introduced by new OriginalEstimate attribute by @fabio42 in https://github.com/ankitpokhrel/jira-cli/pull/767 * fix: Consider Windows Terminal as non-dumb terminal by @beatbrot in https://github.com/ankitpokhrel/jira-cli/pull/706 * fix: Improve zsh autocomplete directions by @omair-inam in https://github.com/ankitpokhrel/jira-cli/pull/739 ## New Contributors * @mpalahuta made their first contribution in https://github.com/ankitpokhrel/jira-cli/pull/720 * @omair-inam made their first contribution i

7 downloads

v1.5.1

Jan 28, 2024
## What's Changed * fix: Properly close created files by @beatbrot in https://github.com/ankitpokhrel/jira-cli/pull/702 * fix: Skip auth type prompt if already set by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/701 ## New Contributors * @beatbrot made their first contribution in https://github.com/ankitpokhrel/jira-cli/pull/702 **Full Changelog**: https://github.com/ankitpokhrel/jira-cli/compare/v1.5.0...v1.5.1

7 downloads

v1.5.0

Jan 10, 2024
This release brings the support for `mTLS` authentication along with some other features like setting affects version, updating the estimate, etc. ## 🥷 What's added? * feat: Enable issue edit to read body from stdin by @erpel in https://github.com/ankitpokhrel/jira-cli/pull/619 * feat: Affects version by @damianoneill in https://github.com/ankitpokhrel/jira-cli/pull/642 * feat: Add `mtls` authentication for client certificate auth by @markhatch in https://github.com/ankitpokhrel/jira-cli/pull/615 * feat: Add support for updating the estimate by @chapmanc in https://github.com/ankitpokhrel/jira-cli/pull/669 ## 🐞 What's fixed? * fix: Issue with no-input on create by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/655 * fix: Jira init broken due to authtype value by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/694 * fix: Bring bearer back by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/696 * fix: Respect jira timezone by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/697 ## ☕️ Other changes * chore: Bump go & alpine versions by @pbnj in https://github.com/ankitpokhrel/jira-cli/pull/691 * ci: Upgrad

7 downloads

v1.4.0

May 9, 2023
This release adds support for issue transition from the UI, introduces a `watch` command to quickly add watchers to issues, enables filtering by multiple statuses when listing issues, and includes various other fixes, updates and improvements. ![Screen Shot 2023-05-06 at 11 29 30 AM](https://user-images.githubusercontent.com/2364546/236615883-bf5db0f8-6f12-427e-b6a1-8e59b6663560.png) ## 🥷 What's added? * feat(tui): Allow issue transition from the ui by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/544 * feat(tui): Add help page by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/563 * feat: Filter by multiple statuses by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/573 * feat: Support for adding watcher to Issue by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/584 * feat: Allow different jira server for API and for UI by @markhatch in https://github.com/ankitpokhrel/jira-cli/pull/613 ## 🐞 What's fixed? * fix: Shell completion for Fish and PowerShell by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/553 * fix: Worklog comment don't work together with prompt by @ankitpokhrel in https:

7 downloads

v1.3.0

Jan 10, 2023
This release contains some features and enhancements + upgrades all dependencies. ## What's Changed/Fixed? * feat: Allow to set reporter on issue create by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/539 * feat: Use single char ellipsis instead of triple dot by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/540 * ehc: Make assignee operation atomic on create by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/531 * ehc: Auto fallback to plain output on notty by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/538 * ehc: Add warning for invalid custom field by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/528 (Original work by @martinpovolny on #525) * fix(build): Invalid commit hash in docker image by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/535 ## Dependency Upgrades * dep: Upgrade all packages by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/532 * dep: Upgrade golang to v1.19 by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/534 * ci: Upgrade golangci-lint to v1.50.1 by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull

7 downloads

v1.2.0

Dec 17, 2022
This release adds support for Jira v9, a `serverinfo` command to quickly check your Jira server build info, lets you set resolution, assignee and comment on issue move, and many more. ## 🥷 What's added? * feat: Add serverinfo command by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/440 * feat: Support for Jira v9 by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/447 * feat: Allow to set start datetime on worklog add by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/453 * feat: Make date time input in worklog flexible by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/465 * feat: Add support for project datatype in custom fields by @oveaurs in https://github.com/ankitpokhrel/jira-cli/pull/482 * feat: Add weblink to issue (#446) by @Syd7 in https://github.com/ankitpokhrel/jira-cli/pull/483 * feat: Resolution, assignee & comment on issue move by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/492 * feat: Filter issues by the absence of label(s) by @martinpovolny in https://github.com/ankitpokhrel/jira-cli/pull/505 * feat: Add labels to the issue listing by @martinpovolny in https://github.com/a

7 downloads

v1.1.0

Aug 14, 2022
This release fixes the issue with screen flickering and insecure TLS config + adds some features. ## 🥷 What's added? * feat: Ability to add worklog by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/410 * feat: Make selection highlight customizable by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/419 ## 🐞 What's fixed? * fix: Flickering issue by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/436 * fix: Issue with insecure TLS config by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/413 * fix: Issue with default assignee and unassign from tui by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/405 * fix(minor): Use pointer receiver to avoid heavy copying by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/426 ## ☕️ Other notable changes * ehc: Increase max col width + some cleanup by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/427 * chore: Remove deprecated ioutil usage by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/422 ## New Contributors * @stavares843 made their first contribution in https://github.com/ankitpokhrel/jira-cli/pull/

7 downloads

v1.0.0

Jul 3, 2022
We reached v1.0.0 🎉 🎉 🎉 ## 🚨 Breaking changes * fix!: Replace limit flag with paginate by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/359 * fix!: Append components on edit instead of overriding by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/368 * feat!: Append label to an issue, show labels at issue list view by @stchar in https://github.com/ankitpokhrel/jira-cli/pull/300 * refactor!: Move boards and project list to subcommand by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/314 ## 🥷 What's added? * feat: Support custom fields on issue create by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/319 * feat: Add support to read from .netrc by @adolsalamanca in https://github.com/ankitpokhrel/jira-cli/pull/329 * feat: Add support for OS keyrings/-chains by @boyvanamstel in https://github.com/ankitpokhrel/jira-cli/pull/348 * feat: Support auth with personal access tokens by @marek-veber / @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/327 * feat: Allow to set fixVersions on issue creation by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/276 * feat: Allow insecure TL

7 downloads