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, thefrom
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?
- fix: usernames can be 2 chars by @jontyq in #890
- fix: Update deprecated endpoint by @ankitpokhrel in #892
- fix: csv format priority by @ciricc in #882
☕️ Other changes
- chore(docs): Add packaging stats to Installation section in README.md by @kskarthik in #857
New Contributors
- @evg656e made their first contribution in #840
- @vkhitrin made their first contribution in #851
- @iksi4prs made their first contribution in #662
- @aazon made their first contribution in #858
- @jontyq made their first contribution in #890
- @ciricc made their first contribution in #882
- @kskarthik made their first contribution in #857
Full Changelog: v1.6.0...v1.7.0