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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,693
Community Members
 
Community Events
184
Community Groups

How can I extract fixed date milestone data from Portfolio Epics (Initiatives)?

The Align export of Epics does not contain the fixed date milestones.  I need to move greater than 100 Epics each with multiple fixed date milestones.  I need the fixed date milestone data to recreate the new Epics.

2 answers

1 accepted

0 votes
Answer accepted
Allan Maxwell
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 09, 2023 • edited

The only way that I know to do this is:

1) Get a list of all the candidate Epics.  In this example, I get only the Epics in a specified Primary Program: 

{{base_JA_url}}/Epics?$select=id,title&$filter= primaryProgramId EQ {{ProgramID}} &orderby=id DESC &$top=100&$skip={{mySkip}}

 

2) Pull each Epics' Audit log

{{base_JA_url}}/Epics/{{myEpicID}}/AuditLog

 

3) Parse the Audit log for the milestone you are looking for.  Make sure you detect if the milestone was removed.

Allan Maxwell
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 11, 2023

BTW, the Audit log entries are HTML and not JSON, so I had to do something like this to strip out all the HTML: 

 

let logEntry = jsonData[i].details.replace(/<[^>]*>?/gm, '');

@Allan Maxwell - Thank you for the extra help!

Hi @Paula Hidalgo ,

If you want to move the Epics from one PI to another, there is an easier way to accomplish your goal.

Jira Align has the ability to Mass Move Jira Epics (Features) within a specific Program Increment to a different Program Increment.  When in the Epic List View, the More Actions button may have a Mass Move option (available to Admins only).  If so, you can use this functionality to move your Epics to the new PI. 

Hope this helps!

Jean Henson

Director, Business Agility @ Aligned Agility, an Adaptavist Group company 

@Jean Henson - Good to know.  What I really want to do is to move Epics to the Solution layer as Capabilities.  I can export the Epics and then re-import them as Capabilities.  The fixed date milestones do not export as part of the Epic data.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events