Hi All,
I'm seeking help to know how to reference ARIS diagrams as images into Confluence Cloud wiki pages.
I'm looking for some real integration, that is that the diagrams are presented within the wiki pages.
Does anyone have already made such integration?
Thanks in advance.
Please send a link to download a demo version: spariwan@gmail.com
Well, this "interface" might be interesting for some, but per se, I find it wrong from an architecture point of view.
I want Confluence Cloud to be able, given an identifier to an ARIS model, to be able to display the model in a wiki page.
Therefore, the publishing from ARIS to Confluence Cloud does not interest me. And I find it very weird integration.
Last October we offer with ARIS 10.0 SR6 an option to embed the ARIS Connect views Overview, Steps and Diagram into external systems. See page 16 in the ARIS 10.0 SR6 Feature Overview slides.
You can simply share a model by getting a snippet of JavaScript for placing an IFrame in Confluence as HTML macro. Any click inside such an embedded ARIS Connect will open up ARIS Connect.
Cheers
Rune
Hello,
that's exactly what I look for. Unfortunately, page 16 in the Feature Overview does not show how to get the snippet.
How and where can I get the snippet of Javascript for placing an iframe in confluence as HTML macro? If I just try to embed the URL, it will display everything around the diagram, too?
Thanks
Ulrich
Dear Ulrich,
Yes, the Feature Overview document doesn't go on to that detail level. You get the JavaScript snippet right from the corresponding ARIS Connect view:
Here's an example for embedding the Overview tab content of ARIS Connect:
<script src="http://servername/static/iframeResizer.min.js"></script> <iframe src="http://localhost/?embed#tenant/embeddedOverview/c.default.UnitedMotorGroup.vyqdYHy4EdwnKQALzQzOTg.-1" class="aris-connect dynamic-size"></iframe> <script>iFrameResize({}, '.aris-connect.dynamic-size')</script>
In Confluence you can embedd the above snippet into the HTML macro.
Cheers
Rune
Hi Rune,
thanks for the quick reply. I have Aris Architect version 10.0.5.1243292 ... I can't check the version of our Aris Connect instance - it's a very large Aris rollout in a global organisation. But it could be 10SR5 ... concluding from the version number of my Architect license.
I can't see Share -> "Embed current view". I understand and know how to add an iframe to my Confluence page. Is there some way to get the URL that leads to some view on a model without navbar, etc. for 10SR5?
Thanks
Ulrich
Yes, the ARIS Client version matches the ARIS Server. So you have ARIS 10.0 SR5. Means, unfortunately, that you can't yet benefit from embedding ARIS Connect views in Confluence.
Maybe you one of our presales consultant could provide you a demo access to try out that particular feature.
Cheers
Rune