Basic Clover Confluence Integration

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

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.

最終更新日 2016 年 7 月 14 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.