list_projects
Retrieve a list of all Jira projects accessible by Zephyr, including project names, keys, and numeric IDs, to discover project identifiers for use in other Zephyr tools.
Instructions
List all Jira projects visible to Zephyr (name/key -> projectId).
Returns {options: [{label, value, type}, ...]} where label is the
project name and value is its numeric id. Use this to discover ids; most
tools also accept a project key/name directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||