Optional
componentOptional
maxThe maximum number of items to return per page.
Optional
orderOrder 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 project ID or project key (case sensitive).
Optional
queryFilter the results using a literal string. Components with a matching name
or description
are returned (case
insensitive).
Optional
startThe index of the first item to return in a page of results (page offset).
The source of the components to return. Can be
jira
(default),compass
orauto
. Whenauto
is specified, the API will return connected Compass components if the project is opted into Compass, otherwise it will return Jira components. Defaults tojira
.