jira_search_projects
Search for JIRA projects by query, permission, type, category, and more. Filter results, control pagination, and order by key fields to find the projects you need.
Instructions
Search for JIRA projects based on various criteria
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query string | |
| action | No | Filter by permission | browse |
| orderBy | No | Order results by field | key |
| startAt | No | Starting index for pagination as a number (default: 0). Must be a number, not a string. | |
| typeKey | No | Project type key | |
| categoryId | No | Project category ID as a number. Must be a number, not a string. | |
| maxResults | No | Maximum number of results as a number (default: 50). Must be a number, not a string. |