Reorder the milestones on a project
reorder_milestonesPut the milestones of a project into the order given. The list has to name every milestone on the project exactly once, so read them with list_milestones first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name, slug, or id. | |
| milestones | Yes | Every milestone on the project, by name or id, in the order you want. |