Input Object GitHub::ConvertProjectCardNoteToIssueInput
Autogenerated input type of ConvertProjectCardNoteToIssue
Input Fields
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.
body: String
The body of the newly created issue.
clientMutationId: String
A unique identifier for the client performing the mutation.