Using reports in programs

Still need help?

The Atlassian Community is here for you.

Ask the community

Programs give you an aggregated view to track status and progress across multiple plans. Programs let you see how deliverables and releases align across work streams, and aggregate scope data into high-level scope and schedule views.

Portfolio for Jira lets you share reports containing the read-only data of a program — from both scope and schedule views.

You can share reports via the following:

  • Via a link


  • Via an HTML iframe 

Note the following details:

  • Reports contain dynamic data from your Jira instance. This means that the data you're sharing is the most updated from your Jira instance.
  • The consumers of a shared report must have the necessary program permissions to view the report.
  • Reports are shared from either the scope or schedule view. Consumers of the report will get the same view from which the report was shared. Consumers will be able to see and use the same filters, scheduling options, and other settings.
  • When sharing a report, you can also include the controls and filters that are set up for the program. With controls and filters included, the consumer of the shared report is then able to change the schedule view optionhierarchy, and filters when viewing the report. 

Sharing reports from programs

(info) Before sharing a report, make sure you're logged into your Jira instance, and that you have the necessary program permissions and Portfolio for Jira permissions.

  1. Go to your plan via Portfolio (in header) > View Portfolio > click your program.
  2. Go to either the schedule or scope view of the program.
  3. Click the Share button.
  4. Choose how you want to share the report.

ProTip: While you can choose between two sizes for the embedded report (medium or large), you can also set a specific size with which to embed the report. The typical iframe tag would be something like this:

<iframe src='JIRA_INSTANCE_URL/secure/PortfolioSharedReportView.jspa?r=TwrPL&e' width='1000' height='400' style='border' : 1px solid #ccc;'></iframe>

You can customize the size by specifying the width and height in the iframe tag. This is handy to ensure that the iframe wraps cleanly around the report, for those times when you don't have the perfect area size for the data that the report returns.

Last modified on Oct 4, 2019

Was this helpful?

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