Github API - Test Config

mutation addProjectV2DraftIssue
issues
projects

Creates a new draft issue and add it to a Project.

Arguments
input AddProjectV2DraftIssueInput

AddProjectV2DraftIssueInput [input]

Autogenerated input type of AddProjectV2DraftIssue

Attributes
assigneeIds ID []

The IDs of the assignees of the draft issue.

body String

The body of the draft issue.

clientMutationId String

A unique identifier for the client performing the mutation.

projectId ID

The ID of the Project to add the draft issue to.

title String

The title of the draft issue. A project item can also be created by providing
the URL of an Issue or Pull Request if you have access.

API:
Github GraphQL API

Parameters for AddProjectV2DraftIssue

Returns
AddProjectV2DraftIssuePayload

AddProjectV2DraftIssuePayload [object]

Autogenerated return type of AddProjectV2DraftIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectItem ProjectV2Item

The draft issue added to the project.

API:
Github GraphQL API
API:
Github GraphQL API