parent_software_get
Retrieve details of a specific Atlassian product (parent software) by its ID. Returns name, hosting options, and framework information.
Instructions
Get one parent software (Atlassian product) by ID (e.g. jira, confluence). Returns {id, developerId:'Atlassian', name, hostingOptions:[{hosting}], extensibilityFrameworks, state, revision}. Nonexistent id → HTTP 404.
📖 Spec (GET /rest/3/parent-software/{parentSoftwareId}): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-parent-software/#api-rest-3-parent-software-parentsoftwareid-get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentSoftwareId | Yes | Parent-software id, e.g. `jira` (from parent_software_list). |