list_versions
List project versions to retrieve their labels and IDs, separated into unreleased and released categories.
Instructions
List the versions of a project (name -> versionId).
project accepts a key, name, or numeric id (prefer the id when you have
it, to skip a lookup). Returns
{unreleasedVersions, releasedVersions} where each entry has label
(version name) and value (versionId). -1 is the Unscheduled version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes |