Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Exporting all entities in a JIRA Portfolio Plan using the REST API

Edited

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 

1 answer

Hi, 

I might have found a solution, but it does not sit within Jira portfolio plan API, it's in JIRA Rest API.

First, by the query you already run on JPO, you get the id of your plan (i.e. 28 ) , then you use JQL (either in JIRA GUI or via  search API:

issuekey in issuesInPlan(28) and type=epic

which via API would be:

https://<local server>/rest/api/2/search?jql=issuekey%20in%20issuesInPlan(28)%20and%20type%3Depic

that returns all epics in your plan.

Cheers,

Marco.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events