Describe the bug
Trying to list the projects with gh project list in Github Enterprise results in an error.
gh Version:
gh version 2.35.0 (2023-09-19)
https://github.com/cli/cli/releases/tag/v2.35.0
Github Enterprise Version: 3.8.9
Steps to reproduce the behavior
- Executing
gh project list
- Results in this error message:
GraphQL: Field 'template' doesn't exist on type 'ProjectV2' (query ViewerProjects.viewer.projectsV2.nodes.template)
gh project create fails with the same error.
Is this a bug or does this version of gh just not work together with this version of GH Enterprise Server? If both versions don't work together, is there a table somewhere that lists the versions that work?
Describe the bug
Trying to list the projects with
gh project listin Github Enterprise results in an error.gh Version:
Github Enterprise Version: 3.8.9
Steps to reproduce the behavior
gh project listgh project createfails with the same error.Is this a bug or does this version of gh just not work together with this version of GH Enterprise Server? If both versions don't work together, is there a table somewhere that lists the versions that work?