合流ドキュメント内にラリー アプリを埋め込む最良の方法は何ですか?
{html} マクロの間にコードを貼り付けようとしましたが、うまくいきません
{html}
<!DOCTYPE html>
<html>
<head>
<title>Grid Example</title>
<script type="text/javascript" src="https://rally1.rallydev.com/apps/2.0p4/sdk.js"></script>
<script type="text/javascript">
Rally.onReady(function() {
Ext.define('CustomApp', {
extend: 'Rally.app.App',
componentCls: 'app',
launch: function() {
...
...
}
});
Rally.launchApp('CustomApp', {
name: 'Grid Example'
});
});
</script>
<style type="text/css">
</style>
</head>
<body></body>
</html>
{html}
上記のコードは、直接開いた場合は問題なく動作しますが、confluence の {html} マクロ内に貼り付けた場合は何も表示されません。(別のタブでラリーにログインしています)