search_projects
Search and filter Jira projects using keys, names, IDs, status, or category. Retrieve paginated results with ordering and expand options to find specific projects.
Instructions
Get projects paginated
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The project IDs to filter the results by. To include multiple IDs, provide an ampersand-separated list. For example, `id | |
| keys | No | The project keys to filter the results by. To include multiple keys, provide an ampersand-separated list. For example, ` | |
| query | No | Filter the results using a literal string. Projects with a matching `key` or `name` are returned (case insensitive). | |
| action | No | Filter results by projects for which the user can: * `view` the project, meaning that they have one of the following | view |
| expand | No | Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated lis | |
| status | No | EXPERIMENTAL. Filter results by project status: * `live` Search live projects. * `archived` Search archived project | |
| orderBy | No | [Order](#ordering) the results by a field. * `category` Sorts by project category. A complete list of category IDs is | key |
| startAt | No | The index of the first item to return in a page of results (page offset). | |
| typeKey | No | Orders results by the [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesa | |
| categoryId | No | The ID of the project's category. A complete list of category IDs is found using the [Get all project categories](#api-r | |
| maxResults | No | The maximum number of items to return per page. Must be less than or equal to 100. If a value greater than 100 is provid | |
| properties | No | EXPERIMENTAL. A list of project properties to return for the project. This parameter accepts a comma-separated list. | |
| propertyQuery | No | EXPERIMENTAL. A query string used to search properties. The query string cannot be specified using a JSON object. For ex |