Create a branch linked to an issue.
Autogenerated input type of CreateLinkedBranch
A unique identifier for the client performing the mutation.
ID of the issue to link to.
The name of the new branch. Defaults to issue number and title.
The commit SHA to base the new branch on.
ID of the repository to create the branch in. Defaults to the issue repository.
Parameters for CreateLinkedBranch
Autogenerated return type of CreateLinkedBranch
The issue that was linked to.
The new branch issue reference.