5 lines
110 B
GraphQL
5 lines
110 B
GraphQL
mutation moveIssue($moveIssueInput: IssueMoveInput!) {
|
|
issueMove(input: $moveIssueInput) {
|
|
errors
|
|
}
|
|
}
|