Skip to content

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

@kkitadate

Description

@kkitadate

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions