Skip to content

Conversation

andygrunwald
Copy link
Owner

What type of PR is this?

  • bug

What this PR does / why we need it:

The endpoint GET /rest/api/2|3|latest/search is being deprecated. This is the migration of the endpoint.

See https://developer.atlassian.com/changelog/#CHANGE-2046

Which issue(s) this PR fixes:

Fixes #715

Special notes for your reviewer:

The endpoint `GET /rest/api/2|3|latest/search` is being deprecated.
This is the migration of the endpoint.

See https://developer.atlassian.com/changelog/#CHANGE-2046
@github-actions github-actions bot added jira-cloud Changes related to the Jira Cloud client examples Everything that is touching examples labels Aug 27, 2025
@aalyintern
Copy link

aalyintern commented Aug 29, 2025

Hi Andy. We really need this fix (see here) to be merged in.
Without it, the JSON decoding fails, since it expects Description (and probably some more fields) to be a string.

mmikitka-arcticwolf added a commit to mmikitka-arcticwolf/go-jira that referenced this pull request Sep 3, 2025
@moritzschmitz-oviva
Copy link

We did test this, and it works well, except for the issue mentioned in the comment above. Also see my original comment here: #715 (comment).

@moritzschmitz-oviva
Copy link

Moreover, @Jcparkyn made a good point in #717. Only /search is deprecated. It could be replaced with /search/jql for now and then later do a larger migration to the v3 API. This would also give some time to further explore options for the issue from #724 (comment).

@andygrunwald
Copy link
Owner Author

Hey all,
please see my latest comment in #715 (comment) with an update on this one here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug examples Everything that is touching examples jira-cloud Changes related to the Jira Cloud client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some APIs used will be shutdown on May 1st 2025
3 participants