list_projects
List accessible Polarion projects to retrieve their IDs. Supports filtering with Lucene queries using trailing wildcards.
Instructions
List Polarion projects the authenticated user can access.
Discover project IDs for other tools. Lucene allows trailing wildcards
(name:ILCU*) but rejects leading ones (*foo*, HTTP 400).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional Lucene filter (e.g. 'name:ILCU*'); trailing wildcards only. | |
| page_size | No | ||
| page_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| total_count | Yes | ||
| page | Yes | ||
| page_size | Yes | ||
| has_more | No |