jira_list_projects
List all JIRA projects accessible to the authenticated user. Optionally expand details such as description, lead, URL, and project keys, or limit to recent projects.
Instructions
List all JIRA projects accessible to the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Optional array of additional data to expand. Example: ["description", "lead", "url", "projectKeys"]. Commonly used values: description, lead, url, projectKeys | |
| recent | No | Optional number to return only the N most recent projects. Must be a number, not a string. Example: 10 to get the 10 most recent projects |