Skip to content

Releases: ankitpokhrel/jira-cli

v1.7.0

31 Aug 08:28
v1.7.0
79067e2
Compare
Choose a tag to compare

This release adds CSV and JSON output support for issue listings and upgrades deprecated endpoints to ensure compatibility with the latest Jira APIs.

Important

  • The new API does not return the total number of entries anymore, so the total issue count is no longer displayed in the search results.
  • Consequently, the startAt parameter in the new API is unsupported. Therefore, the from part of the --paginate=<from>:<limit> flag is effectively ignored. Users can still paginate using the maxResults parameter (e.g., --paginate=10).

πŸ₯· What's added?

  • feat: Add option to list issues in raw JSON by @evg656e in #840
  • feat: Add releases Subcommand by @vkhitrin in #851
  • feat: Support num comments in issue list cmd by @ankitpokhrel in #853
  • feat: Support CSV when listing issues by @ankitpokhrel in #854
  • feat: Allow skipping notification on edit by @ankitpokhrel in #855
  • feat: Add command line arg delimiter for custom delimiter instead of tab. by @iksi4prs in #662
  • feat: Add support for environment variable to specify config file path by @aazon in #858

🐞 What's fixed?

β˜•οΈ Other changes

  • chore(docs): Add packaging stats to Installation section in README.md by @kskarthik in #857

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

19 Apr 09:38
v1.6.0
6a6611c
Compare
Choose a tag to compare

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?

🐞 What's fixed?

  • fix: Case-insensitive sub-task comparison by @tiemma in #793
  • fix: use tview.Escape with standard square brackets by @rpadaki in #828, #839

β˜•οΈ Other changes

New Contributors

Full Changelog: v1.5.2...v1.6.0

v1.5.2

22 Sep 08:28
3422178
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

28 Jan 20:59
0e0f82d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

10 Jan 08:34
8449ab0
Compare
Choose a tag to compare

This release brings the support for mTLS authentication along with some other features like setting affects version, updating the estimate, etc.

πŸ₯· What's added?

🐞 What's fixed?

β˜•οΈ Other changes

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

09 May 07:26
eb842e1
Compare
Choose a tag to compare

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

πŸ₯· What's added?

🐞 What's fixed?

β˜•οΈ Other changes

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

10 Jan 19:38
ed84fe7
Compare
Choose a tag to compare

This release contains some features and enhancements + upgrades all dependencies.

What's Changed/Fixed?

Dependency Upgrades

Full Changelog: v1.2.0...v1.3.0

v1.2.0

17 Dec 10:20
9d8a0af
Compare
Choose a tag to compare

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?

🐞 What's fixed?

β˜•οΈ Other changes

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

14 Aug 08:42
3b93e14
Compare
Choose a tag to compare

This release fixes the issue with screen flickering and insecure TLS config + adds some features.

πŸ₯· What's added?

🐞 What's fixed?

β˜•οΈ Other notable changes

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

03 Jul 18:56
e944338
Compare
Choose a tag to compare

We reached v1.0.0 πŸŽ‰ πŸŽ‰ πŸŽ‰

🚨 Breaking changes

πŸ₯· What's added?

Screen Shot 2022-07-01 at 9 34 46 AM

🐞 What's fixed?

πŸ”’ Dependency updates

β˜•οΈ Other notable changes

New Contributors

Full Changelog: v0.3.0...v1.0.0