Github API - Test Config

mutation convertProjectCardNoteToIssue
issues
projects

Convert a project note card to one associated with a newly created issue.

Arguments
input ConvertProjectCardNoteToIssueInput

ConvertProjectCardNoteToIssueInput [input]

Autogenerated input type of ConvertProjectCardNoteToIssue

Attributes
body String

The body of the newly created issue.

clientMutationId String

A unique identifier for the client performing the mutation.

projectCardId ID

The ProjectCard ID to convert.

repositoryId ID

The ID of the repository to create the issue in.

title String

The title of the newly created issue. Defaults to the card's note text.

API:
Github GraphQL API

Parameters for ConvertProjectCardNoteToIssue

Returns
ConvertProjectCardNoteToIssuePayload

ConvertProjectCardNoteToIssuePayload [object]

Autogenerated return type of ConvertProjectCardNoteToIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectCard ProjectCard

The updated ProjectCard.

API:
Github GraphQL API
API:
Github GraphQL API