list_projects
List Jira projects by querying the REST API, with optional max results limit. Compatible with both v2 and v3 endpoints.
Instructions
List Jira projects. Uses /project/search on REST v3; on REST v2 uses GET /project (v2 has no project search endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxResults | No | Maximum number of projects (default 50, max 100). |