I am trying to export all type of entities in an Atlassian JIRA Portfolio Plan using the REST API, but seems to miss the correct request parameters.
I successfully get 'Plan' properties such as "title", "planTeams", "excludedVersions", etc. for plan with ID 75 using this REST request below:
https://<local server>/rest/jpo-api/latest/plan/?ids=75
How do I reach the entities structure for a full list of all Epics, Stories, Sub-tasks in this Portfolio plan?
(like the one the system allows to export in the "Reports"->"Scope" Report)
Reference: Portfolio for Jira - Public API ; Portfolio for Jira - Team Management Public API