github ankitpokhrel/jira-cli v1.7.0

3 days ago

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

Don't miss a new jira-cli release

NewReleases is sending notifications on new releases.