Github API - Test Config

mutation transferIssue
issues

Transfer an issue to a different repository

Arguments
input TransferIssueInput

TransferIssueInput [input]

Autogenerated input type of TransferIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

createLabelsIfMissing Boolean

Whether to create labels if they don't exist in the target repository (matched by name)

issueId ID

The Node ID of the issue to be transferred

repositoryId ID

The Node ID of the repository the issue should be transferred to

API:
Github GraphQL API

Parameters for TransferIssue

Returns
TransferIssuePayload

TransferIssuePayload [object]

Autogenerated return type of TransferIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issue Issue

The issue that was transferred

API:
Github GraphQL API
API:
Github GraphQL API