Skip to content

Releases: pchuri/jira-cli

v2.3.2

01 Apr 03:46

Choose a tag to compare

2.3.2 (2026-04-01)

Bug Fixes

  • handle SAML/SSO HTML responses in API version fallback (#20) (840b608)

v2.3.1

31 Dec 12:12

Choose a tag to compare

2.3.1 (2025-12-31)

Bug Fixes

  • support Jira REST API v3 (v2 fallback) (0c1fe3d), closes #18

v2.3.0

29 Dec 07:04

Choose a tag to compare

2.3.0 (2025-12-29)

Features

v2.2.0

11 Dec 05:23

Choose a tag to compare

2.2.0 (2025-12-11)

Features

  • add markdown export support for issues (#15) (9691ea5)

v2.1.2

10 Dec 04:42

Choose a tag to compare

2.1.2 (2025-12-10)

Bug Fixes

  • resolve option parsing conflict in issue subcommands (#14) (efe6be8)

v2.1.1

10 Dec 04:27

Choose a tag to compare

2.1.1 (2025-12-10)

Bug Fixes

  • handle currentUser assignee filter correctly in JQL (#13) (91b1306)

v2.1.0

10 Dec 03:21

Choose a tag to compare

2.1.0 (2025-12-10)

Features

  • make username optional for Bearer token authentication (#12) (d9762ad)

v2.0.0

10 Dec 02:49

Choose a tag to compare

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

Choose a tag to compare

1.1.1 (2025-11-18)

Bug Fixes

  • honor issue flags in non-interactive mode (#8) (95aaf54)

v1.1.0

21 Oct 01:36

Choose a tag to compare

1.1.0 (2025-10-21)

Features

  • support token-only authentication without username (#7) (8e2589f)