GET /rest/api/2/project/search
Returns a paginated list of projects visible to the user.
This operation can be accessed anonymously.
Permissions required: Projects are returned only where the user has one of:
- Browse Projects project permission for the project.
- Administer Projects project permission for the project.
- Administer Jira global permission.
Servers
- https://your-domain.atlassian.net
Query parameters
Name | Type | Required | Description |
---|---|---|---|
startAt |
Integer | No |
The index of the first item to return in a page of results (page offset). Default value: 0 |
maxResults |
Integer | No |
The maximum number of items to return per page. Default value: 50 |
action |
String | No |
Filter results by projects for which the user can:
Possible values:
Default value: "view" |
properties[] |
Array | No |
EXPERIMENTAL. A list of project properties to return for the project. This parameter accepts a comma-separated list. |
expand |
String | No |
Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expanded options include:
|
categoryId |
Integer | No |
The ID of the project's category. A complete list of category IDs is found using the Get all project categories operation. |
status[] |
Array | No |
EXPERIMENTAL. Filter results by project status:
|
id[] |
Array | No |
The project IDs to filter the results by. To include multiple IDs, provide an ampersand-separated list. For example, |
propertyQuery |
String | No |
EXPERIMENTAL. A query string used to search properties. The query string cannot be specified using a JSON object. For example, to search for the value of |
query |
String | No |
Filter the results using a literal string. Projects with a matching |
orderBy |
String | No |
Order the results by a field.
Possible values:
Default value: "key" |
keys[] |
Array | No |
The project keys to filter the results by. To include multiple keys, provide an ampersand-separated list. For example, |
typeKey |
String | No |
Orders results by the project type. This parameter accepts a comma-separated list. Valid values are |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.