Magidoc

CreateIssueInput
Input Object

Autogenerated input type of CreateIssue

Fields

#

assigneeIds

[ ID !]

The Node ID for the user assignee for this issue.

body

The body for the issue description.

clientMutationId

A unique identifier for the client performing the mutation.

issueTemplate

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

The Node ID of the milestone for this issue.

projectIds

[ ID !]

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

repositoryId

ID !
Non-null

The Node ID of the repository.

title

Non-null

The title for the issue.

Usages

#

References

#

  • Argument input of field createIssue from type Mutation