List projects
jira_list_projectsList visible Jira projects with id, key, name, type, and lead to obtain project keys needed by other tools. Filter by name or key using a query parameter.
Instructions
Lists the Jira projects you can see — id, key, name, project type and lead. This is how a project NAME becomes the KEY every other tool wants. query is matched server-side against project name and key. The read is paged internally: when paging.partial is true more projects exist upstream, so narrow query instead of treating the list as complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Case-insensitive substring Jira matches against project NAME and KEY. Omit to list every project you can see. | |
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). |