Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not found issues (although they actually exist) deleted, probably because the ProjectNext API is deprecated #272

Open
kkitadate opened this issue Nov 18, 2022 · 0 comments

Comments

@kkitadate
Copy link

Summary

The GitHubV4IssueClient not found issues error occurs and not found issues (although they actually exist) are deleted.
This is probably because the ProjectNext API is deprecated in favour of the more capable ProjectV2 API.

Description

GitHubV4Client response has errors is printed to the Console in Developer Tools.
The error message is below:

{
    "message": "The `ProjectNext` API is deprecated in favour of the more capable `ProjectV2` API. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.",
    "type": "NOT_FOUND"
}

cf. https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/

After that, I don't know if the above error is the cause, but I get the error GitHubV4IssueClient not found issues.
In addition, _ForceUpdateIssuePolling delete not found issues. is output and the issues that cannot be found but actually exist are deleted.

System info

  • Jasper Version: 1.1.1
  • Laptop: Intel Mac
  • macOS Monterey Version: 12.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant