Move an issue into a sprint
move_to_cyclePut an issue into a sprint, or pass null to take it out of the sprint it is in. The sprint must belong to the issue team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle | Yes | Sprint name, number, id, "active", or null to remove the issue from its sprint. | |
| issue | Yes | Issue identifier like "ENG-42", or an issue id. |