parent_software_list
Retrieve a paginated list of Atlassian products (Jira, Confluence, Bitbucket) for marketplace apps using cursor-based pagination.
Instructions
List parent software (the Atlassian products your apps target — Jira, Confluence, Bitbucket, etc.). Returns {links, parentSoftware:[…]}. CURSOR-paginated (limit+cursor from links.next); the default page returns all ~23 products.
📖 Spec (GET /rest/3/parent-software): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-parent-software/#api-rest-3-parent-software-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. Omit to get the full default page. | |
| cursor | No | Opaque pagination token from a prior response's `links.next`. |