Get project components paginated
Returns a paginated list of all components in a project. See the Get project components resource if you want to get a full list of versions without pagination.
If your project uses Compass components, this API will return a list of Compass components that are linked to issues in that project.
This operation can be accessed anonymously.
Permissions required: Browse Projects project permission for the project.
Path parameters
The project ID or project key (case sensitive).
Query parameters
The index of the first item to return in a page of results (page offset).
The maximum number of items to return per page.
Order the results by a field:
- description Sorts by the component description.
- issueCount Sorts by the count of issues associated with the component.
- lead Sorts by the user key of the component's project lead.
- name Sorts by component name.
The source of the components to return. Can be jira (default), compass or auto. When auto is specified, the API will return connected Compass components if the project is opted into Compass, otherwise it will return Jira components. Defaults to jira.
Filter the results using a literal string. Components with a matching name or description are returned (case insensitive).
Response
Returned if the request is successful.