list_versions
Retrieve all versions in a project or program, with optional filters by status (TODO, DOING, ARCHIVED) and name to track release plans and delivery progress.
Instructions
[Project Management] List versions for a Yunxiao Project or Program. Versions are used to manage release plans and track delivery progress.
Use Cases:
List all versions in a project Filter versions by status (TODO, DOING, ARCHIVED) Search versions by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| id | Yes | Project unique identifier or Program unique identifier | |
| status | No | Filter by status: TODO (not started), DOING (in progress), ARCHIVED (released) | |
| name | No | Filter by name | |
| page | No | Page number, default is 1 | |
| perPage | No | Page size, default is 20 |