You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
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
The text was updated successfully, but these errors were encountered:
Summary
The
GitHubV4IssueClient not found issues
error occurs andnot found issues
(although they actually exist) are deleted.This is probably because the
ProjectNext
API is deprecated in favour of the more capableProjectV2
API.Description
GitHubV4Client response has errors
is printed to the Console in Developer Tools.The error message is below:
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
The text was updated successfully, but these errors were encountered: