PackageTrack
Sign in Get early access

github.com/andygrunwald/go-jira

v1.17.0 andygrunwald/go-jira

What this package is like to depend on

Last release 11 months ago

16 Sep 2025

Ships unpredictably

gaps range from 9 days to 3.0 years

Some releases are documented

notes for 10 of 21 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

168 releases · first in 2015

3 releases in the last 12 months

see the full history below

Release timeline

168 releases · Oct 2015 to Sep 2025
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 168
  1. v1.17.0 16 Sep 2025
    Release notes

    This is a maintenance release, but there are two important changes:

    • github.com/golang-jwt/jwt/v4 has been updated because of a security issue, see CVE-2025-30204
    • Minimum Go version has been raised from v1.15 to v1.21, due to an update of github.com/google/go-cmp

    What's Changed

    • Replace ioutil.ReadFile with os.ReadFile
    • Replace ioutil.ReadAll with io.ReadAll
    • upgraded static v2022.1 => v2023.1
    • go fmt issue.go, metaissue.go, sprint.go
    • Github Actions: Upgrade dominikh/staticcheck-action from v1.2 to v1.4
    • Github Actions: Upgrade actions/setup-go from v3 to v6
    • Github Actions: Upgrade actions/checkout from v3 to v5
    • go mod tidy
    • upgraded github.com/google/go-cmp v0.5.8 => v0.7.0
    • upgraded go 1.15 => 1.21
    • upgraded github.com/golang-jwt/jwt/v4 v4.4.2 => v4.5.2

    All these changes have been made by @andygrunwald in #735

    Full Changelog: v1.16.1...v1.17.0

    Open source →
    Release notes

    All changes in #735.

    Breaking Changes

    • Minimum Go version increased from 1.15 to 1.21 (due to google/go-cmp dependency update)

    Security

    • Updated github.com/golang-jwt/jwt/v4 v4.4.2 to v4.5.2 (CVE-2025-30204)

    Maintenance

    • Replaced deprecated ioutil.ReadFile with os.ReadFile
    • Replaced deprecated ioutil.ReadAll with io.ReadAll
    • Replaced deprecated ioutil.Discard with io.Discard
    • Upgraded staticcheck v2022.1 to v2023.1
    • Code formatting updates (issue.go, metaissue.go, sprint.go)

    Dependencies

    • github.com/google/go-cmp v0.5.8 to v0.7.0
    • github.com/golang-jwt/jwt/v4 v4.4.2 to v4.5.2

    CI/CD

    • Upgraded actions/checkout from v3 to v5
    • Upgraded actions/setup-go from v3 to v6
    • Upgraded dominikh/staticcheck-action from v1.2 to v1.4
    Open source →
    Release notes

    v1.17.0 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. v1.16.1 13 Sep 2025
    Release notes

    This release is shipping a fix for the deprecation of the GET /rest/api/2/search endpoint. See Deprecation of JQL search and Evaluate expression endpoints / 31 October 2024.

    If you are using a Jira Cloud-hosted instance and are using either IssueService.Search() or IssueService.SearchWithContext(), there is a high likelihood that these functions will no longer work for you due to deprecation and removal by Atlassian.

    This release introduces IssueService.SearchV2JQL() and IssueService.SearchV2JQLWithContext() with a very similar function signature. To get the same results as with IssueService.Search() or IssueService.SearchWithContext(), you may need to configure a Fields list in the options parameter. Please see Search for issues using JQL enhanced search (GET) for further instructions.

    What's Changed

    • Add SearchV2JQL to fix the deprecation of JQL search and evaluate expression endpoints by @conor-naranjo in #725

    New Contributors

    Full Changelog: v1.16.0...v1.16.1

    Open source →
    Release notes

    Features

    • Added IssueService.SearchV2JQL() and IssueService.SearchV2JQLWithContext() to handle Atlassian's deprecation of GET /rest/api/2/search endpoint (effective October 31, 2024) (#725)

    New contributor: @conor-naranjo

    Open source →
    Release notes

    v1.16.1

    Compare

    Choose a tag to compare

    Open source →
  3. v1.16.1-0.20220907185411-7a8f03318dea 07 Sep 2022 pre-release

    Nothing published for this version

  4. v1.16.1-0.20220825122253-6999a8aafe5e 25 Aug 2022 pre-release

    Nothing published for this version

  5. v1.16.1-0.20220821161813-de88769ae3e9 21 Aug 2022 pre-release

    Nothing published for this version

  6. v1.16.0 08 Jul 2022
    Release notes

    What's Changed

    • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.3.0 to 4.4.0 by @dependabot in #443
    • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.0 to 4.4.1 by @dependabot in #445
    • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #448
    • chore(deps): bump actions/cache from 2 to 3.0.1 by @dependabot in #447
    • GitHub Actions Update: Run tests on macOS, deprecate Go v1.15 and Go v1.16, introduce Go v1.18, run CI every night by @andygrunwald in #449
    • GitHub Actions: Upgrade staticcheck action version to v1.2.0 by @andygrunwald in #451
    • Added an example of how to add a label to an issue by @lucribas in #442
    • GitHub Actions: Remove greetings workflow by @andygrunwald in #450
    • chore(deps): bump actions/setup-go from 2 to 3 by @dependabot in #452
    • chore(deps): bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #453
    • chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2 by @dependabot in #464

    New Contributors

    Full Changelog: v1.15.1...v1.16.0

    Open source →
    Release notes

    Features

    • Added example demonstrating how to add labels to issues (#442)

    Maintenance

    • Test matrix expanded to include macOS (#449)
    • Deprecated Go v1.15 and Go v1.16; added Go v1.18 (#449)
    • Implemented nightly CI runs (#449)
    • Removed greetings workflow (#450)
    • Upgraded staticcheck action to v1.2.0 (#451)

    Dependencies

    • github.com/golang-jwt/jwt/v4 v4.3.0 to v4.4.2 (#443, #445, #464)
    • github.com/google/go-cmp v0.5.7 to v0.5.8 (#453)
    • actions/checkout v2 to v3 (#448)
    • actions/cache v2 to v3.0.1 (#447)
    • actions/setup-go v2 to v3 (#452)

    New contributor: @lucribas

    Open source →
    Release notes

    v1.16.0

    Compare

    Choose a tag to compare

    Open source →
  7. v1.15.2-0.20220821161813-de88769ae3e9 21 Aug 2022 pre-release

    Nothing published for this version

  8. v1.15.2-0.20220708160702-47d27a76e84d 08 Jul 2022 pre-release

    Nothing published for this version

  9. v1.15.2-0.20220427111110-dcc7f6595594 27 Apr 2022 pre-release

    Nothing published for this version

  10. v1.15.2-0.20220411063418-7c19ccd589ad 11 Apr 2022 pre-release

    Nothing published for this version

  11. v1.15.2-0.20220409075708-2add5a7588ab 09 Apr 2022 pre-release

    Nothing published for this version

  12. v1.15.2-0.20220409071100-42f2bd200db2 09 Apr 2022 pre-release

    Nothing published for this version

  13. v1.15.2-0.20220409070732-1998d7106fbc 09 Apr 2022 pre-release

    Nothing published for this version

  14. v1.15.2-0.20220409070243-7ddae2251049 09 Apr 2022 pre-release

    Nothing published for this version

  15. v1.15.2-0.20220401195913-3ceb663bd5a9 01 Apr 2022 pre-release

    Nothing published for this version

  16. v1.15.2-0.20220401193447-b672da2173fa 01 Apr 2022 pre-release

    Nothing published for this version

  17. v1.15.2-0.20220401191412-cb48ba7ef311 01 Apr 2022 pre-release

    Nothing published for this version

  18. v1.15.2-0.20220329100806-4ac1773f45db 29 Mar 2022 pre-release

    Nothing published for this version

  19. v1.15.2-0.20220317084858-5a5394c3318a 17 Mar 2022 pre-release

    Nothing published for this version

  20. v1.15.1 26 Feb 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.15.0...v1.15.1

    Open source →
    Release notes

    Features

    • Added customer and request endpoints for Service Desk API (#391)
    • Added "environment" field to Issue struct (#440)
    • User module improvements (#439)

    Bug Fixes

    • Added support for update section in DoTransitionWithPayload struct (#423)
    • Fixed resource leaks (#399)

    New contributors: @CondensedTea, @nansuri, @metalbreeze, @iamjem, @dustin-decker

    Open source →
    Release notes

    v1.15.1

    Compare

    Choose a tag to compare

    Open source →
  21. v1.15.1-0.20220226082451-1e1643502c38 26 Feb 2022 pre-release

    Nothing published for this version

  22. v1.15.1-0.20220220160311-13da37b2b78c 20 Feb 2022 pre-release

    Nothing published for this version

  23. v1.15.1-0.20220220155651-629c2d7236b0 20 Feb 2022 pre-release

    Nothing published for this version

  24. v1.15.1-0.20220219235649-c0a2d48e7f34 19 Feb 2022 pre-release

    Nothing published for this version

  25. v1.15.0 18 Feb 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.14.0...v1.15.0

    Open source →
    Release notes

    Features

    • Upgraded to JWT Library V4 (#403)
    • Added Bearer token support for OAuth 2.0 (#397)
    • Added Personal Access Token (PAT) authentication support (#422)
    • Added method for updating remote issue links by ID (#411)
    • Added support for ServiceDeskID as strings (#419)
    • Added missing min/max properties to BoardConfigurationColumn (#430)

    Bug Fixes

    • Fixed missing struct omitempty tags in Parent struct (#435)

    Documentation

    • Fixed import alias example in README (#428)

    Dependencies

    • github.com/golang-jwt/jwt/v4 v4.1.0 to v4.3.0 (#424, #438)
    • github.com/google/go-cmp v0.5.6 to v0.5.7 (#432)
    Open source →
    Release notes

    v1.15.0

    Compare

    Choose a tag to compare

    Open source →
  26. v1.14.1-0.20220218182546-84133250e8f6 18 Feb 2022 pre-release

    Nothing published for this version

  27. v1.14.1-0.20220218150452-4ed46d06e8fc 18 Feb 2022 pre-release

    Nothing published for this version

  28. v1.14.1-0.20220125145100-3555edb9bbda 25 Jan 2022 pre-release

    Nothing published for this version

  29. v1.14.1-0.20220120102551-74ae2b94b84a 20 Jan 2022 pre-release

    Nothing published for this version

  30. v1.14.1-0.20220120094119-4b63320ae45b 20 Jan 2022 pre-release

    Nothing published for this version

  31. v1.14.1-0.20220120041126-17581f3e2a6d 20 Jan 2022 pre-release

    Nothing published for this version

  32. v1.14.1-0.20211230173820-f558a519334f 30 Dec 2021 pre-release

    Nothing published for this version

  33. v1.14.1-0.20211222203657-8a363becbffb 22 Dec 2021 pre-release

    Nothing published for this version

  34. v1.14.1-0.20211222151320-b4a9565fc236 22 Dec 2021 pre-release

    Nothing published for this version

  35. v1.14.1-0.20211221102434-92a5749ed5ec 21 Dec 2021 pre-release

    Nothing published for this version

  36. v1.14.1-0.20211221102021-3b2368d4cbfc 21 Dec 2021 pre-release

    Nothing published for this version

  37. v1.14.1-0.20211206155704-a9b8478d95e5 06 Dec 2021 pre-release

    Nothing published for this version

  38. v1.14.1-0.20211123144320-84ba530dff97 23 Nov 2021 pre-release

    Nothing published for this version

  39. v1.14.1-0.20211008183704-81ff21595cfd 08 Oct 2021 pre-release

    Nothing published for this version

  40. v1.14.1-0.20211002081318-a9aa4bd21a75 02 Oct 2021 pre-release

    Nothing published for this version

  41. v1.14.0 28 Jul 2021
    Release notes

    1.14.0 (2021-08-04)

    Features

    • Description field added for component (#365) (e8880eb)
    • Feature: Add support for Jira ServiceDesk and its organizations (3017996)
    • Feature: Implement delete issue link api (#341) (5601d2b)
    • Add Items and Custom to FieldSchema (#332) (3754d5a)
    • Added property "StartedAfter" to GetWorklogsQueryOptions struct accor… (#344) (5806b81)

    Bug Fixes

    • Fix some possible nil reference (a4fbf26)
    • Pass context parameters through (823e39f)
    • var total was having an issues (9c2ab8f)
    • Fixed bool type for release version (4a5830d)

    Documentation

    Sustaining

    • Cleanup Continuous Integration (#384) (2c5d75b)
    • Add funding information (#383) (ce29222 )
    • Upgrade to GitHub-native Dependabot (#375) (fcb7aa2)
    • fix: resolve nogo tautological linting error (#364) (c64f012)
    • Typo fix in issue_test.go (f30f8c9)
    • Raise go versions in testing workflow (#349) (1a84689)
    • Remove 1.12 from travis builds (4654761)
    • Add Go 1.15 to supported versions (64663d1)
    • Remove tests for Go < 1.12 (0d43108)

    Dependency Upgrades

    • Upgrade jwt library (#387) (fff481a)
    • Upgrade github.com/google/go-cmp
    • Upgrade github.com/pkg/errors
    • Upgrade github.com/trivago/tgo
    • Upgrade github.com/fatih/structs
    Open source →
    Release notes

    Features

    • Added description field for component (#365)
    • Added Jira ServiceDesk support with organizations (#342)
    • Implemented delete issue link API (#341)
    • Added Items and Custom properties to FieldSchema (#332)
    • Added StartedAfter property to GetWorklogsQueryOptions (#344)

    Bug Fixes

    • Fixed potential nil reference issues (#342)
    • Fixed context parameter propagation (#363)
    • Fixed variable total calculation in pagination example (#354)
    • Fixed boolean type handling for release versions (#336)
    • Fixed RemoteLinkStatus (#303)

    Documentation

    • Updated examples to use accountID instead of deprecated username (#374)
    • Added example for creating issues with custom fields (#358)
    • Fixed examples/create response output (#357)
    • Added pagination example (#354)
    • Switched examples from deprecated terminal.ReadPassword to term.ReadPassword (#359)

    Maintenance

    • CI/CD workflow cleanup (#384)
    • Added funding information (#383)
    • Upgraded to GitHub-native Dependabot (#375)
    • Resolved nogo tautological linting error (#364)
    • Updated Go versions in testing workflow (#349)

    Dependencies

    • JWT library upgrade (#387)
    • github.com/google/go-cmp v0.3.0 to v0.5.6 (#347, #360, #379)
    • github.com/pkg/errors v0.8.0 to v0.9.1 (#345)
    • github.com/trivago/tgo v1.0.1 to v1.0.7 (#346)
    • github.com/fatih/structs v1.0.0 to v1.1.0 (#348)
    Open source →
    Release notes

    v1.14.0

    Compare

    Choose a tag to compare

    Open source →
  42. v1.13.1-0.20211002081318-a9aa4bd21a75 02 Oct 2021 pre-release

    Nothing published for this version

  43. v1.13.1-0.20210728125206-cd21164aebb7 28 Jul 2021 pre-release

    Nothing published for this version

  44. v1.13.1-0.20210722161346-ce2922262c13 22 Jul 2021 pre-release

    Nothing published for this version

  45. v1.13.1-0.20210525085158-a1f44bdb6959 25 May 2021 pre-release

    Nothing published for this version

  46. v1.13.1-0.20210429162101-fcb7aa2272ec 29 Apr 2021 pre-release

    Nothing published for this version

  47. v1.13.1-0.20210417120614-64b35e403d12 17 Apr 2021 pre-release

    Nothing published for this version

  48. v1.13.1-0.20210318152203-e8880eb25076 18 Mar 2021 pre-release

    Nothing published for this version

  49. v1.13.1-0.20210317073959-c64f012252e2 17 Mar 2021 pre-release

    Nothing published for this version

  50. v1.13.1-0.20210316193104-1abf9e57d22e 16 Mar 2021 pre-release

    Nothing published for this version

  51. v1.13.1-0.20210309122821-ff0180cb1b5d 09 Mar 2021 pre-release

    Nothing published for this version

  52. v1.13.1-0.20210305071645-51be7924f8b1 05 Mar 2021 pre-release

    Nothing published for this version

  53. v1.13.1-0.20210304110709-0779eb292a4f 04 Mar 2021 pre-release

    Nothing published for this version

  54. v1.13.1-0.20210303232151-c77a7ee32eee 03 Mar 2021 pre-release

    Nothing published for this version

  55. v1.13.1-0.20210302194242-5168cea3f485 02 Mar 2021 pre-release

    Nothing published for this version

  56. v1.13.1-0.20210302191234-f30f8c9f7c59 02 Mar 2021 pre-release

    Nothing published for this version

  57. v1.13.1-0.20210209101337-1a84689d0c3f 09 Feb 2021 pre-release

    Nothing published for this version

  58. v1.13.1-0.20210208175912-437128ac4278 08 Feb 2021 pre-release

    Nothing published for this version

  59. v1.13.1-0.20210208100645-f304d4ef562b 08 Feb 2021 pre-release

    Nothing published for this version

  60. v1.13.1-0.20210206150914-5601d2bfe218 06 Feb 2021 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive