Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-08-31 | 673 Bytes | |
jira_1.7.0_linux_arm64.tar.gz | 2025-08-31 | 6.7 MB | |
jira_1.7.0_linux_armv6.tar.gz | 2025-08-31 | 6.9 MB | |
jira_1.7.0_linux_i386.tar.gz | 2025-08-31 | 6.8 MB | |
jira_1.7.0_linux_x86_64.tar.gz | 2025-08-31 | 7.3 MB | |
jira_1.7.0_macOS_arm64.tar.gz | 2025-08-31 | 6.8 MB | |
jira_1.7.0_macOS_x86_64.tar.gz | 2025-08-31 | 7.2 MB | |
jira_1.7.0_windows_x86_64.zip | 2025-08-31 | 7.3 MB | |
README.md | 2025-08-31 | 2.8 kB | |
v1.7.0 source code.tar.gz | 2025-08-31 | 53.3 MB | |
v1.7.0 source code.zip | 2025-08-31 | 53.5 MB | |
Totals: 11 Items | 155.7 MB | 1 |
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 https://github.com/ankitpokhrel/jira-cli/pull/840
- feat: Add releases Subcommand by @vkhitrin in https://github.com/ankitpokhrel/jira-cli/pull/851
- feat: Support num comments in issue list cmd by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/853
- feat: Support CSV when listing issues by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/854
- feat: Allow skipping notification on edit by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/855
- feat: Add command line arg delimiter for custom delimiter instead of tab. by @iksi4prs in https://github.com/ankitpokhrel/jira-cli/pull/662
- feat: Add support for environment variable to specify config file path by @aazon in https://github.com/ankitpokhrel/jira-cli/pull/858
🐞 What's fixed?
- fix: usernames can be 2 chars by @jontyq in https://github.com/ankitpokhrel/jira-cli/pull/890
- fix: Update deprecated endpoint by @ankitpokhrel in https://github.com/ankitpokhrel/jira-cli/pull/892
- fix: csv format priority by @ciricc in https://github.com/ankitpokhrel/jira-cli/pull/882
☕️ Other changes
- chore(docs): Add packaging stats to Installation section in README.md by @kskarthik in https://github.com/ankitpokhrel/jira-cli/pull/857
New Contributors
- @evg656e made their first contribution in https://github.com/ankitpokhrel/jira-cli/pull/840
- @vkhitrin made their first contribution in https://github.com/ankitpokhrel/jira-cli/pull/851
- @iksi4prs made their first contribution in https://github.com/ankitpokhrel/jira-cli/pull/662
- @aazon made their first contribution in https://github.com/ankitpokhrel/jira-cli/pull/858
- @jontyq made their first contribution in https://github.com/ankitpokhrel/jira-cli/pull/890
- @ciricc made their first contribution in https://github.com/ankitpokhrel/jira-cli/pull/882
- @kskarthik made their first contribution in https://github.com/ankitpokhrel/jira-cli/pull/857
Full Changelog: https://github.com/ankitpokhrel/jira-cli/compare/v1.6.0...v1.7.0