Releases: hackerh3/jira-cli
Releases · hackerh3/jira-cli
1.11.0
1.10.0
1.9.0
1.8.1
1.8.0
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