mutation AddCommentAndReopenBug($input: BugAddCommentAndReopenInput!) { bugAddCommentAndReopen(input: $input) { statusOperation { status } commentOperation { message } } }