OptionalcomponentOptionalmaxThe maximum number of items to return per page.
OptionalorderOrder 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).
OptionalqueryFilter the results using a literal string. Components with a matching name or description are returned (case
insensitive).
OptionalstartThe 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),compassorauto. Whenautois specified, the API will return connected Compass components if the project is opted into Compass, otherwise it will return Jira components. Defaults tojira.