I am using Jira Cloud, and advanced roadmap.
When trying to install the app
I get an error message "https://marketplace.atlassian.com/apps/1221237/advanced-roadmaps-for-jira-in-confluence?hosting=datacenter&tab=support cannot be installed on this Cloud instance.".
Can we not install this app on a cloud instance? What is the solution or workaround to share a roadmap on a confluence page.
Solved! Go to Solution.
I did it this way using an iframe. Click on Share > Embed on the roadmap and copy the URL into the iframe macro in the cloud version of Confluence.
That's interesting! Do you get an actual full-page view of the roadmap? I just tried, and all I see, even when I use the full-width format of the iframe gadget, is a small thumbnail of the full Jira page (not just the roadmap, but the top left corner, with the app switcher and menus). I also don't have an Embed option under Share; just Copy Link.
This is my actual roadmap in my Jira project:
This is the Share options:
This is what I see when pasting the copied link into the iframe gadget in Confluence:
on my end, by setting manual parameters on width and height, it fixes the issue (e.g. 1500, 1500).
Hi Esther, that's very strange, this is what the Share options look like. Irrespective, all the Embed option does is give you the html for the iframe, which is irrelevant because you want to use the iframe macro on your Confluence page. Just paste the report link in the URL box. For some insane reason, you can't set a percentage height for an iframe, so I found that putting display: block; height: 85vh in the Styles option of the iframe macro and 100% width displayed the best.
@[deleted] my mistake; I was misreading this the entire time. I was looking at the new Roadmap view in an individual project, not the roadmap that's part of the product formerly known as Portfolio. We have a team currently looking to embed project-level roadmaps in Confluence, so that's where my head was.