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
gh issue view fails with a GraphQL deprecation warning when querying issues that have project cards.
Steps to reproduce
gh issue view --repo anthropics/claude-code 10115
Error message
GraphQL: Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. (repository.issue.projectCards)
Expected behavior
The command should complete without deprecation warnings, or handle them gracefully.
Additional context
gh issue create works without this warning, suggesting inconsistent GraphQL query implementations
The deprecated field is repository.issue.projectCards
GitHub deprecated Projects (classic) in May 2024
The command should use the new Projects API instead
lmmx, lenzpaul, noamta-gloat, benelan, delilahw and 8 more