レポートを共有する
Portfolio for Jira lets you share reports containing the read-only data of a plan or program — from both scope and schedule views.
レポートは次の方法で共有できます。
- 閲覧専用のリンク経由
- HTML の iframe 経由
次の点に注意してください。
- Reports contain dynamic data from your Jira instance. This means that the data you're sharing might not be the most updated from your Jira instance.
- The consumers of a shared report must have the necessary plan permissions and program permissions to view the report.
- レポートは、スコープ ビューまたはスケジュール ビューから共有されます。レポートの利用者は、レポートの共有元と同じビューを取得します。利用者は、同じフィルター、スケジュール オプション、その他の設定を表示して使用できます。
- レポートの共有時は、プログラムに設定されているコントロールとフィルターを含めることもできます。コントロールとフィルターが含まれていると、共有レポートのコンシューマーは、レポート閲覧時にスケジュール ビュー オプション、階層、およびフィルターを変更できます。
レポートを共有する
Before sharing a report, make sure you're logged into your Jira instance, and that you have the necessary Portfolio for Jira permissions, plan permissions, and program permissions.
- In Jira, go to Portfolio (in header) > View Portfolio. The 'Manage portfolio' page will be displayed.
- Depending on what you want to share, click your program or plan.
- Go to either the schedule or scope view of the program or plan.
- 「共有」ボタンをクリックします。
- レポートの共有方法を選択します。
プロからのヒント: 埋め込みレポートでは 2 つのサイズ (Medium または Large) を使用できますが、レポートを埋め込むための固有のサイズも設定できます。一般的な iframe タグは次のようなものです。
<iframe src='JIRA_INSTANCE_URL/secure/PortfolioSharedReportView.jspa?r=TwrPL&e' width='1000' height='400' style='border' : 1px solid #ccc;'></iframe>
iframe タグの width と height を指定することでサイズをカスタマイズできます。これは、レポートが返すデータに最適な領域サイズがないときに iframe をレポートに意図したとおりに埋め込む際に便利です。