Skip to content

Releases: hackerh3/jira-cli

1.11.0

13 May 15:37

Choose a tag to compare

1.11.0 (2026-05-13)

Features

  • cmd: warn on duplicate subtask type during issue creation (#12) (79a0dc2)

Bug Fixes

  • comment: move markdown conversion to command layer, add --raw flag (#14) (e34a03e), closes #13

1.10.0

13 May 15:32

Choose a tag to compare

1.10.0 (2026-05-13)

Features

  • view: add --compact flag for LLM-friendly output (#15) (7cb397f), closes #6

1.9.0

13 May 12:51

Choose a tag to compare

1.9.0 (2026-05-13)

Features

1.8.1

12 May 11:10

Choose a tag to compare

1.8.1 (2026-05-12)

Bug Fixes

  • ci: flatten archive layout and build all platforms (5cf0eca)

1.8.0

12 May 08:37

Choose a tag to compare

First release under the new versioning scheme. Incorporates all upstream changes through v1.7.0 plus fork-exclusive features.

Version format: 1.x.0 (no v prefix) — clearly distinguishes this fork from upstream v1.x.0.

Features

  • jira: add move-project command for moving issues between projects
  • jira: add move-project API via JSP form wizard
  • jira: add JSP session client with cookie jar
  • api: add GetIssueComment and UpdateIssueComment
  • cmd: add comment edit subcommand (interactive + non-interactive, --internal)
  • jira: add Deviniti Issue Template support for issue creation

Bug Fixes

  • jira: detect broken workflow and suggest move-project workaround
  • jira: confirm step needs confirm=true + smart key extraction
  • resolve golangci-lint failures in move-project code
  • add plain output for project list
  • preserve raw JQL ordering

CI/CD

  • semantic-release pipeline with goreleaser cross-compilation
  • versionless tag format to avoid upstream collision