Actions
List Project Components
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.
This operation can be accessed anonymously.
Permissions required: Browse Projects project permission for the project.
External Documentation
To learn more, visit the Jira documentation.
Basic Parameters
Parameter | Description |
---|---|
Order By | 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. |
Project ID Or Key | The project ID or project key (case sensitive). |
Query | Filter the results using a literal string. Components with a matching name or description are returned (case insensitive). |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The maximum number of items to return per page. |
Offset | The index of the first item to return in a page of results (page offset). |
Example Output
Workflow Library Example
List Project Components with Jira and Send Results Via Email
Preview this Workflow on desktop