create_project_v2
Create a new GitHub project V2 by specifying an owner ID, title, and optional description using the GraphQL API. Streamline GitHub project management and organization.
Instructions
Create a new GitHub project V2 using GraphQL API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Description of the project | |
ownerId | Yes | The node ID of the organization or user | |
title | Yes | Title of the project |