Skip to content

v1.16.1

Choose a tag to compare

@andygrunwald andygrunwald released this 13 Sep 18:47
· 258 commits to main since this release
v1.16.1
f4a2f9d

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