9 lines
150 B
GraphQL
9 lines
150 B
GraphQL
mutation moveIssue($moveIssueInput: IssueMoveInput!) {
|
|
issueMove(input: $moveIssueInput) {
|
|
issue {
|
|
id
|
|
webUrl
|
|
}
|
|
errors
|
|
}
|
|
}
|