Github API - Test Config

mutation createIssue
issues

Creates a new issue.

Arguments
input CreateIssueInput

CreateIssueInput [input]

Autogenerated input type of CreateIssue

Attributes
assigneeIds ID []

The Node ID for the user assignee for this issue.

body String

The body for the issue description.

clientMutationId String

A unique identifier for the client performing the mutation.

issueTemplate String

The name of an issue template in the repository, assigns labels and assignees from the template to the issue

labelIds ID []

An array of Node IDs of labels for this issue.

milestoneId ID

The Node ID of the milestone for this issue.

projectIds ID []

An array of Node IDs for projects associated with this issue.

repositoryId ID

The Node ID of the repository.

title String

The title for the issue.

API:
Github GraphQL API

Parameters for CreateIssue

Returns
CreateIssuePayload

CreateIssuePayload [object]

Autogenerated return type of CreateIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issue Issue

The new issue.

API:
Github GraphQL API
API:
Github GraphQL API