Releases: pchuri/jira-cli
Releases · pchuri/jira-cli
v2.1.1
10 Dec 04:27
Compare
Sorry, something went wrong.
No results found
2.1.1 (2025-12-10)
Bug Fixes
handle currentUser assignee filter correctly in JQL (#13 ) (91b1306 )
v2.1.0
10 Dec 03:21
Compare
Sorry, something went wrong.
No results found
2.1.0 (2025-12-10)
Features
make username optional for Bearer token authentication (#12 ) (d9762ad )
v2.0.0
10 Dec 02:49
Compare
Sorry, something went wrong.
No results found
2.0.0 (2025-12-10)
feat!: remove interactive mode for full automation support (#11 ) (872a39c ), closes #11
BREAKING CHANGES
Removed all interactive prompts and inquirer dependency.
Remove 'jira init' command - use 'jira config' with explicit flags
Issue create/edit now require all options via CLI flags
Add --description-file option for multi-line descriptions
Issue delete requires --force flag
Sprint list requires --board when multiple boards exist
Remove inquirer dependency
Migration guide added in MIGRATION.md.
This change makes the CLI fully scriptable for CI/CD pipelines.
v1.1.1
18 Nov 02:15
Compare
Sorry, something went wrong.
No results found
1.1.1 (2025-11-18)
Bug Fixes
honor issue flags in non-interactive mode (#8 ) (95aaf54 )
v1.1.0
21 Oct 01:36
Compare
Sorry, something went wrong.
No results found
1.1.0 (2025-10-21)
Features
support token-only authentication without username (#7 ) (8e2589f )
v1.0.1
12 Oct 08:01
Compare
Sorry, something went wrong.
No results found
1.0.1 (2025-10-12)
Bug Fixes
trigger release after hotfix (1bf5509 )
v1.0.0
28 Jun 15:51
Compare
Sorry, something went wrong.
No results found
1.0.0 (2025-06-28)
Bug Fixes
ci: add workflow permissions and make codecov optional (056eeab )
release: disable husky hooks for semantic-release (8232ddc )
Features
initial release of modern JIRA CLI (90012a1 )
BREAKING CHANGES
Initial release with new CLI architecture