Hi,
I am looking for a way to get a map (excel maybe from DB?) so I can see all Jira projects links to one another, so I can make a silo list..
Use case: to know which project is relate to other project (meaning there is a linked issue between them) , so I can migrate them to the cloud together at pashas (each silo at a time).
1. Extract Data
Use Jira Query Language (JQL) to find linked issues across projects with a query like issueLinkType is not EMPTY.
Export the search results to CSV, ensuring you include project keys and issue links.
2. Analyze Relationships
Use Excel to process the CSV. Identify which projects are linked by examining the issue keys and extracting project keys from them.
Alternatively, write a script (in Python or another language) to automate this analysis.
3. Visualize Map
In Excel, create a table or matrix showing project interconnections.
For a visual map, consider tools like Microsoft Power BI or Gephi to graphically represent project links.
4. Plan Migration
Based on the map, group projects into silos that are interrelated and should be migrated together to Jira Cloud.
Key Tips
Automation can simplify this process, especially for large datasets.
Utilize the Jira Cloud Migration Assistant for a smoother transition, as it helps identify and migrate dependent components effectively.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.