Migrate module support for Projects (classic) to Projects #380
Labels
api completeness
This is basic API functionality that hasn't been implemented yet.
api-project
Work to complete the API's defined here: https://developer.github.com/v3/projects
enhancement
An issue or pull request introducing new functionality to the project.
help wanted
Anyone in the community is welcome to do this work
up for grabs
Anyone in the community is welcome to do this work
Feature Idea Summary
GitHub released a new version of Projects in July 2022 which is built on top of Issues.
When that happened, they deprecated the old version of Projects by renaming them "Projects (classic)", and turning off the ability for users to create new Classic Projects. You can still manipulate existing Classic Projects, but any new Projects created are the new version (which are simply named "Projects".
Feature Idea Additional Details
From the "Projects (classic)" documentation:
This work will require renaming the existing API's to follow a pattern like
Get-GitHubProject
toGet-GitHubProjectClassic
(as well as the file names) so that the current API names can be repurposed for the new API set.Requested Assignment
This work is up-for-grabs.
Operating System
PowerShell Version
Module Version
The text was updated successfully, but these errors were encountered: