Go Jira Versions Save

Go client library for Atlassian Jira

v1.16.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/andygrunwald/go-jira/compare/v1.15.1...v1.16.0

v1.15.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/andygrunwald/go-jira/compare/v1.15.0...v1.15.1

v1.15.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/andygrunwald/go-jira/compare/v1.14.0...v1.15.0

v1.14.0

2 years ago

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

  • Updated Examples (#374, #358, #357, #354)

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

v1.13.0

3 years ago

1.13.0 (2020-10-25)

Features

Bug Fixes

  • change millisecond time format (8c77107)
  • paging with load balancer going to endless loop (19d3fc0), closes #260
  • issue: IssueService.Search() with a not empty JQL triggers 400 bad request (#292) (8b64c7f), closes #291
  • IssueService.GetWatchers: UserService.GetByAccountID support accountId params (436469b)
  • product: Make product naming consistent, rename JIRA to Jira (#286) (146229d), closes #284
  • tests: Fix TestIssueService_PostAttachment unit test (f6b1dca)
  • removing the use of username field in searching for users (#297) (f50cb07)

v1.12.0

3 years ago

1.12.0 (2019-12-14)

Features

  • Add IssueLinkTypeService with GetList and test (261889a)
  • add worklog update method (9ff562a)
  • Implement get remote links method (1946cac)
  • Implement issue link type DELETE (e37cc6c)
  • Implement issue link type GET (57538b9)
  • Implement issue link type POST (75b9df8)
  • Implement issue link type PUT (48a15c1)
  • provide access to issue transitions loaded from JIRA API (7530b7c)

v1.11.0

4 years ago

1.11.0 (2019-10-17)

Features

  • Add AccountID and AccountType to GroupMember struct (216e005)
  • Add AccountType and Locale to User struct (52ab347)
  • Add GetAllStatuses (afc96b1)
  • Add GetMyFilters to FilterService (ebae19d)
  • Add Search to FilterService (38a755b)
  • add support for JWT auth with qsh needed by add-ons (a8bdfed)
  • AddGetBoardConfiguration (fd698c5)
  • Replace http.Client with interface for extensibility (b59a65c)

Bug Fixes

  • Fix fixversion description tag (8383e2f)
  • Fix typos in filter_test.go (e9a261c)

v1.10.0

4 years ago

Bug Fixes

  • empty SearchOptions causing malformed request (b3bf8c2)

Features

v1.9.0

4 years ago

Features

  • issues: Added support for AddWorklog and GetWorklogs (1ebd7e7)

v1.8.0

5 years ago
  • [closed] board type list option incombatible with REST API #213
  • [closed] Missing fields in FixVersion struct #208