All the reports are available in the Insights section of the plan. Here’s the list what we support at the moment:

Burnup report

Available for Releases (Versions) and not available for Epics, Sprints yet. Impossible to do for Custom JQL Releases.

Burnup report helps you track version scope changes and development progress over time. It also allows highlighting expected or unexpected scope changes and version progress trend towards expected end date. 

Configuration

To generate report you need to choose one of the items on your Plan as well as specify what numeric property you would like to use to generate summary of the report.

User can adjust report output via custom JQL queries:

Few popular Use Cases:

  • New features and technical improvements burnup: issueType in (Epic, Story, Task) 

  • Exclude sub-tasks: issueType in standardIssueTypes()

  • Burnup for assignee: assignee was <user_name>

Also, user can choose from additional drawing options:

  1. Draw version from the start date. If the option is enabled, the report is drawn from the version (release) start date. Otherwise, from the date when the first item was added into the version. 

The option is not available if version (release) start date is empty.

Output

1. Total scope of the version (release) is calculated on a daily base in selected units

2. “Done” scope of the version

3. Guideline. Shows ideal burnup rate in order to complete version in time. 

Guideline is only available if Start and Release dates are specified.

4. Start date. Indicates version start date

5. Release date. Indicates version release date

Export to CSV

Total scope and amount of “Done” items could be exported in CSV format in case you want to build a more sophisticated view with XLS or Google Spreadsheets.

The resulted document structure is:

"Date","Total","Completed"
"2019/10/28","87","16"

Trends report

Available for Releases (Versions) and not available for Epics, Sprints yet. Impossible to do for Custom JQL Releases.

This report helps to outline “scope change” and “done items“ velocity trends of the version (release). 

Configuration

To generate report you need to choose one of the items on your Plan as well as specify what numeric property you would like to use to generate summary and aggregation range of the report.

We support the following aggregation date ranges:

User can adjust report output via custom JQL queries:

Few popular Use Cases:

  • Bugs trend report: issueType=Bug (Units: Issue count)

  • Version velocity: issueType in standardIssueTypes() (Units: Any)

  • Business value delivered trend: issueType in (Task, Story, Epic) (Units: Issue count or Story Points)

  • Performance per person: assignee was <user_name> (Units: Any)

Output

The report has the following content:

Scope change report

Available for Releases (Versions) and not available for Epics, Sprints yet. Impossible to do for Custom JQL Releases.

Scope change report helps users to identify the issues that caused affect on the scope of your plan item.

The report has two sections:

Report parameters include:

The following issues details are displayed:

The total number of issues in each section is displayed together with the Sum of Estimation (configurable) and Time Tracking fields.

More reports?

Suggest your report

We are open to your feedback! If you have an idea or need any other report, please let us via our service desc portal.