jira_projects_list
List Jira projects with optional filtering by name or key to retrieve project details including ID, key, name, type, and lead.
Instructions
List Jira projects, optionally filtered by name or key.
Returns: {total, projects: [{id, key, name, project_type, lead}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Filter by project name or key substring | |
| max_results | No | Max results. Default: 50 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||