github.com/go-jira/jira
v1.0.28
#631 most downloaded on Go modules
go-jira/jira
What this package is like to depend on
Last release 9 months ago
11 Nov 2025
Ships unpredictably
gaps range from 8 days to 2.5 years
Nearly every release is documented
notes for 40 of 40 stable releases
Nothing withdrawn
no release was ever pulled
11 years old
64 releases · first in 2016
2 releases in the last 12 months
see the full history below
Release timeline
64 releases · Jan 2016 to Nov 2025Releases
latest 60 of 64-
v1.0.29-0.20251111191826-748b7d552f8b11 Nov 2025 pre-releaseNothing published for this version
-
v1.0.29-0.20251111190853-bf988a00b48911 Nov 2025 pre-releaseNothing published for this version
-
v1.0.29-0.20250507184451-f50f3d2b164f07 May 2025 pre-releaseNothing published for this version
-
v1.0.29-0.20221027070349-4263bd24f9e927 Oct 2022 pre-releaseNothing published for this version
-
v1.0.29-0.20221027002842-f922fc7fb70e27 Oct 2022 pre-releaseNothing published for this version
-
v1.0.29-0.20221013171148-e3f29d48847713 Oct 2022 pre-releaseNothing published for this version
-
v1.0.29-0.20211205160031-10ad221ce45c05 Dec 2021 pre-releaseNothing published for this version
-
v1.0.29-0.20211128010903-07bd89afca2128 Nov 2021 pre-releaseNothing published for this version
-
v1.0.29-0.20210803051836-ccb5fadfc37f03 Aug 2021 pre-releaseNothing published for this version
-
v1.0.29-0.20210527131023-a59fdc81fcd227 May 2021 pre-releaseNothing published for this version
-
v1.0.29-0.20210518135503-892bedc8a2b518 May 2021 pre-releaseNothing published for this version
-
v1.0.2805 May 2021 -
v1.0.2707 Oct 2020Release notes
Open source →Unreleased
v1.0.27 - 2020-10-01
Block
- f7587f4: reverse order of arguments
Chore
- 2c7a9b2: V1.0.27 changelog bump
Templates
- 0e3082f: add wrap helper function
Release notes
Open source →Block
- f7587f4: reverse order of arguments
Chore
- 2c7a9b2: V1.0.27 changelog bump
Templates
- 0e3082f: add wrap helper function
<a name="v1.0.26"></a>
-
v1.0.27-0.20201001174818-f7587f43f12b01 Oct 2020 pre-releaseNothing published for this version
-
v1.0.2611 Sep 2020Release notes
Open source → -
v1.0.2511 Sep 2020Release notes
Open source →Bugfix
- aa8dae7: only build jira tool with gox
Chore
- 578c44c: v1.0.25 release
Fix(Changelog)
- ff5decc: fix changelog version
Tests
- a8c961f: rework passive tests into native go tests
<a name="v1.0.24"></a>
-
v1.0.2404 Sep 2020Release notes
Open source →1.0.24 - 2020-09-04
- Make -h flag show --help [Benjamin Kane] [4bf1d03]
- transition: map field name to id [Louis DeLosSantos] [3c1c4d9]
- username-deprecation: use email and display names [Louis DeLosSantos] [6a27e28]
- Add support to get all comments for an issue [Thibault Jamet] [a311d0d]
- update all usage of user.name to user.accountId for privacy migration: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/ [Cory Bennett] [a26683e]
- add template functions to handle table output, fixes #176, replaces #296 [Cory Bennett] [7e97463]
- use
password-source-pathto allow overriding binary and/or path to binary [Cory Bennett] [d6173ce] - allow issues on command line to automatically prefix with project when defined [Cory Bennett] [d002d7f]
- Forgot you use TAB instead of spaces [Cory Bennett] [789886c]
- Fixed append project to view [Cory Bennett] [8a46215]
- Added a line break removal function [Cory Bennett] [9cbd993]
- Pushed Readfile to .jira.d directory instead of pwd [Cory Bennett] [db53622]
- Cache password to avoid invoking password source on each API request [Patrick Decat] [0f059a5]
- Add support to switch out password source binary [Patrick Pichler] [659a5c8]
- Add error handling to pass password-source [Patrick Pichler] [3339303]
- Add gopass support [Patrick Pichler] [3c0a62e]
- add sprig template functions, replaces [#215] http://masterminds.github.io/sprig/ [Cory Bennett] [719f7a6]
- [#232] fix api to use common Version schema also rewrote the schema fetcher to use Go [Cory Bennett] [90f01ce]
- fix syntax [Cory Bennett] [94dd489]
- Address comments for direct name match [Patrick Cockwell] [a70384b]
- Choose exact transition match if available [Patrick Cockwell] [a646f76]
- [#277] update figtree to latest [Cory Bennett] [0e520a4]
- Switch over to using github.com/go-jira/jira, from gopkg.in [Mike Pountney] [27f57b2]
- Add 'pctOf' and 'fit' template functions [Adriano Caloiaro] [027adee]
- fix worklog template to allow multiline comments [Matthias Bethke] [43e07f1]
- Allow reading password from stdin [Justin Ko] [225e1dc]
- all: unindent some code [Daniel Martí] [31c113d]
- don't use ReadAll when decoding JSON [Daniel Martí] [9bcdcc1]
- start making staticcheck happier [Daniel Martí] [9b9186f]
- all: convert to a Go module [Daniel Martí] [f125ef3]
- CI: test on Go 1.12.x, cleanup [Daniel Martí] [664c5ca]
- make automatic pagination on search optional, fix tests [Cory Bennett] [36c99ce]
- prefer defer resp.Body.Close to avoid leaks on subsequent errors [Cory Bennett] [181bd74]
- add pagination to search [Miles Maddox] [76dd1d8]
- Fix function comments based on best practices from Effective Go [CodeLingo Bot] [23ac118]
Release notes
Open source →Cicd
- d093bcf: deflake tests
Tests
- 3bc5e42: transition if under review
Transition
- 3c1c4d9: map field name to id
Username-Deprecation
- 6a27e28: use email and display names
Pull Requests
- Merge pull request #367 from bbkane/master
- Merge pull request #349 from aszenz/patch-1
- Merge pull request #355 from go-jira/vanniktech-patch-1
- Merge pull request #323 from tjamet/issue-comment
<a name="v1.0.23"></a>
-
v1.0.2326 Feb 2020Release notes
Open source →1.0.23 - 2020-02-26
- update all usage of user.name to user.accountId for privacy migration: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/ [Cory Bennett] [a26683e]
- add template functions to handle table output, fixes #176, replaces #296 [Cory Bennett] [
7e97463] - use
password-source-pathto allow overriding binary and/or path to binary [Cory Bennett] [d6173ce] - allow issues on command line to automatically prefix with project when defined [Cory Bennett] [d002d7f]
- Forgot you use TAB instead of spaces [Cory Bennett] [789886c]
- Fixed append project to view [Cory Bennett] [8a46215]
- Added a line break removal function [Cory Bennett] [9cbd993]
- Pushed Readfile to .jira.d directory instead of pwd [Cory Bennett] [db53622]
- Cache password to avoid invoking password source on each API request [Patrick Decat] [0f059a5]
- Add support to switch out password source binary [Patrick Pichler] [659a5c8]
- Add error handling to pass password-source [Patrick Pichler] [3339303]
- Add gopass support [Patrick Pichler] [3c0a62e]
- add sprig template functions, replaces [#215] http://masterminds.github.io/sprig/ [Cory Bennett] [[719f7a6](https://github.com/Netflix-Skunkworks/go-
jira/commit/719f7a6)] - [#232] fix api to use common Version schema also rewrote the schema fetcher to use Go [Cory Bennett] [[90f01ce](https://github.com/Netflix-Skunkworks
/go-jira/commit/90f01ce)]
Release notes
Open source →Add Sprig Template Functions, Replaces [#215] Http
- 719f7a6: //masterminds.github.io/sprig/
- #215### All
- 31c113d: unindent some code
- f125ef3: convert to a Go module
CI
- 664c5ca: test on Go 1.12.x, cleanup
Docs
- d8189f0: update pass documentation with password-name
Fixes #228: Make '
- 52a577e: ' gpg files temporary to fix go mod
- Fixes #228### Merge Branch 'Make-Password-Source-Binary-Exchangeable' Of Https
- e26fbfc: //github.com/patrickpichler/jira into patrickpichler-make-password-source-binary-exchangeable
README
- 098d963: trim down the content
T
- d237e86: rename to _t to fix module support
- Fixes #228### Update All Usage Of User.Name To User.AccountId For Privacy Migration: Https
- a26683e: //developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/
Pull Requests
- Merge pull request #318 from jrschumacher/patch-1
- Merge pull request #317 from go-jira/privacy-migration
- Merge pull request #302 from go-jira/simplify-template-tables
- Merge pull request #292 from pdecat/cache_password
- Merge pull request #301 from go-jira/allow-issue-ints
- Merge pull request #286 from patrickpichler/add-gopass-instructions-to-readme
- Merge pull request #285 from patrickpichler/add-gopass-support
- Merge pull request #283 from go-jira/sprig
- Merge pull request #273 from acaloiaro/master
- Merge pull request #282 from pcockwell/fix/choose-direct-transition-match-if-available
- Merge pull request #280 from go-jira/cut_v1_0_21
- Merge pull request #275 from go-jira/remove_gopkg_in
- Merge pull request #278 from go-jira/update-figtree
- Merge pull request #276 from go-jira/fix_228
- Merge pull request #266 from mbethke/fix-multiline-worklog-comment
- Merge pull request #263 from kojustin/master
- Merge pull request #253 from mvdan/module
- Merge pull request #240 from jgraglia/patch-1
- Merge pull request #219 from kerhac/master
- Merge pull request #236 from CodeLingoBot/rewrite
- Merge pull request #245 from justmiles/211
<a name="v1.0.22"></a>
-
v1.0.23-0.20200831233007-a1450e879f6231 Aug 2020 pre-releaseNothing published for this version
-
v1.0.23-0.20200829020646-3c1c4d95e19929 Aug 2020 pre-releaseNothing published for this version
-
v1.0.23-0.20200618164059-36e2a914cd7718 Jun 2020 pre-releaseNothing published for this version
-
v1.0.23-0.20200324191026-af7a8f45e4b624 Mar 2020 pre-releaseNothing published for this version
-
v1.0.23-0.20200324134455-a311d0d817db24 Mar 2020 pre-releaseNothing published for this version
-
v1.0.23-0.20200226180438-01c0c38d8c1d26 Feb 2020 pre-releaseNothing published for this version
-
v1.0.23-0.20191203021910-57e1c7426e2803 Dec 2019 pre-releaseNothing published for this version
-
v1.0.2201 Oct 2019Release notes
Open source →All
CI
- 80743e4: test on Go 1.12.x, cleanup
Docs
- 48c15e2: update pass documentation with password-name
Fixes #228: Make '
T
-
v1.0.22-0.20200831233007-a1450e879f6231 Aug 2020 pre-releaseNothing published for this version
-
v1.0.2117 Sep 2019Release notes
Open source →1.0.21 - 2019-09-16
- [#277] update figtree to latest [Cory Bennett] [0e520a4]
- Switch over to using github.com/go-jira/jira, from gopkg.in [Mike Pountney] [27f57b2]
- fix worklog template to allow multiline comments [Matthias Bethke] [43e07f1]
- Allow reading password from stdin [Justin Ko] [225e1dc]
- all: unindent some code [Daniel Martí] [31c113d]
- don't use ReadAll when decoding JSON [Daniel Martí] [9bcdcc1]
- start making staticcheck happier [Daniel Martí] [9b9186f]
- all: convert to a Go module [Daniel Martí] [f125ef3]
- CI: test on Go 1.12.x, cleanup [Daniel Martí] [664c5ca]
- make automatic pagination on search optional, fix tests [Cory Bennett] [36c99ce]
- prefer defer resp.Body.Close to avoid leaks on subsequent errors [Cory Bennett] [181bd74]
- add pagination to search [Miles Maddox] [76dd1d8]
- Fix function comments based on best practices from Effective Go [CodeLingo Bot] [23ac118]
- [#201] update required library, failing to populate cookiejar from cookies file [Cory Bennett] [ee69afa]
Release notes
Open source →All
CI
- 664c5ca: test on Go 1.12.x, cleanup
Docs
- d8189f0: update pass documentation with password-name
Fixes #228: Make '
T
- d237e86: rename to _t to fix module support
- Fixes #228### Pull Requests
- Merge pull request #275 from go-jira/remove_gopkg_in
- Merge pull request #278 from go-jira/update-figtree
- Merge pull request #276 from go-jira/fix_228
- Merge pull request #266 from mbethke/fix-multiline-worklog-comment
- Merge pull request #263 from kojustin/master
- Merge pull request #253 from mvdan/module
- Merge pull request #240 from jgraglia/patch-1
- Merge pull request #219 from kerhac/master
- Merge pull request #236 from CodeLingoBot/rewrite
- Merge pull request #245 from justmiles/211
- Merge pull request #220 from ejsuncy/master
<a name="v1.0.20"></a>
-
v1.0.1404 Nov 2017Release notes
Open source → -
v1.0.1328 Oct 2017Release notes
Open source →Pull Requests
- Merge pull request #126 from schorsch3000/master
- Merge pull request #129 from blachniet/logout-help-typo-fix
- Merge pull request #124 from gvol/master
- Merge pull request #128 from mivok/escape-issuetype
<a name="v1.0.12"></a>
-
v1.0.1204 Oct 2017 -
v1.0.1127 Sep 2017 -
v1.0.1018 Sep 2017 -
v1.0.917 Sep 2017 -
v1.0.817 Sep 2017 -
v1.0.715 Sep 2017 -
v1.0.613 Sep 2017 -
v1.0.511 Sep 2017 -
v1.0.409 Sep 2017 -
v1.0.307 Sep 2017 -
v1.0.206 Sep 2017 -
v1.0.106 Sep 2017 -
v1.0.006 Sep 2017 -
v0.1.1526 Aug 2017 -
v0.1.1410 May 2017 -
v0.1.1324 Apr 2017Release notes
Open source →Pull Requests
- Merge pull request #78 from davidreuss/generic-issuelink
- Merge pull request #77 from davidreuss/fix-start-parameter-for-pagination
<a name="v0.1.12"></a>
-
v0.1.1223 Mar 2017Release notes
Open source → -
v0.1.1127 Feb 2017 -
v0.1.1008 Feb 2017Release notes
Open source →Doc Tweak
- e6faa4e: add info for setting username
Merge Branch 'Master' Of Github.Com
- 63bc2ae: Netflix-Skunkworks/go-jira
Refactor Password Source, Allow For "Pass" To Be Used, Update Tests To Use `Password-Source
- cb70941: pass`
Pull Requests
- Merge pull request #65 from mlbright/patch-1
- Merge pull request #64 from astrostl/patch-2
- Merge pull request #62 from astrostl/patch-1
<a name="v0.1.9"></a>
-
v0.1.918 Dec 2016Release notes
Open source →Fix(Http)
Merge Branch 'Master' Of Github.Com
- ac515e2: Netflix-Skunkworks/go-jira
Pull Requests
<a name="v0.1.8"></a>
-
v0.1.824 Nov 2016Release notes
Open source → -
v0.1.724 Aug 2016Release notes
Open source → -
v0.1.621 Aug 2016 -
v0.1.521 Aug 2016 -
v0.1.412 Aug 2016 -
v0.1.331 Jul 2016Release notes
Open source → -
v0.1.230 Jun 2016 -
v0.1.129 Jun 2016Release notes
Open source →Merge Branch 'Master' Of Github.Com
- dd0f5ef: Netflix-Skunkworks/go-jira
Pull Requests
- Merge pull request #39 from mikepea/system_template_dir
- Merge pull request #38 from jglick/patch-1
- Merge pull request #37 from tobyjoe/add-resource-expansion
- Merge pull request #35 from QuinnyPig/fix-readme
- Merge pull request #34 from jonathanio/fix/issuetypes-url-escaping
<a name="v0.1.0"></a>
-
v0.1.029 Jan 2016Release notes
Open source →Add Component/Components Support
- 595a521: add and list for now.
Merge Branch 'Master' Of Github.Com
Pull Requests
- Merge pull request #33 from mikepea/make_jirad
- Merge pull request #31 from mikepea/component_mgmt
- Merge pull request #30 from mikepea/unwatch_support
- Merge pull request #26 from mikepea/vote_support
<a name="v0.0.20"></a>
-
v0.0.2022 Jan 2016Release notes
Open source →Correct Naming Of Parameter
- 8e66246: set/add/remove are actions.
Pull Requests
- Merge pull request #27 from blalor/insecure-skip-verify
- Merge pull request #21 from mikepea/label_command
- Merge pull request #22 from mikepea/library_break_out
- Merge pull request #20 from mikepea/add_join_template_func
<a name="0.0.19"></a>