Magidoc

UpdateIssueInput
Input Object

Autogenerated input type of UpdateIssue

Fields

#

assigneeIds

[ ID !]

An array of Node IDs of users for this issue.

body

The body for the issue description.

clientMutationId

A unique identifier for the client performing the mutation.

id

ID !
Non-null

The ID of the Issue to modify.

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.

state

The desired issue state.

title

The title for the issue.

Usages

#

References

#

  • Argument input of field updateIssue from type Mutation