Basic Clover Confluence Integration

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

Embedding Clover Data into a Confluence Page

There is currently no native support for embedding Clover in Confluence. Many use cases can be achieved however by using the {html} macroThe following are examples of displaying live Clover data directly in Confluence.

Clover Dashboard

{html}
<iframe 
  src="http://downloads.atlassian.com/software/clover/samples/lucene/dashboard.html"
  width="100%" height="600px"/>
{html}

Project Risks Coverage Cloud

{html}
<iframe 
  src="http://downloads.atlassian.com/software/clover/samples/lucene/proj-risks.html"
  width="100%" height="600px"/>
{html}

 

Note that the HTML macro is not enabled by default in Confluence and generally is not recommended due to the ability to run javascript directly in it.

Last modified on Jul 14, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.