Release Activity Trends Plugin
The Release Activity Trends plugin displays a list of available releases and sprints for the current project in a tree map, showing the number of items contained in each. Optionally, it can also display a Burndown chart for each release or sprint.
The following parameters are used:
Parameter
Description
title
An optional parameter to override the default title (Release Activity Trends).
projectId
An optional parameter specifies the project. If omitted and the plugin is in project context, the current project will be used; otherwise, an error will be thrown.
releaseStatus
Optional parameter specifies the displaying release/sprint status (default: ‘Unreleased’).
trackerItemStatus
An optional parameter specifies the number of items per release or sprint (default: ‘Unresolved’).
showUnscheduledItems
An optional parameter specifies whether unscheduled items will be displayed below the releases or sprints (default: ‘false’).
showBurnDownChart
An optional parameter specifies whether a Burndown chart per release or sprint is displayed (default: ‘true’).
showDropdownFilters
An optional parameter. If true, two dropdowns are displayed in the plugin header to allow selecting or changing the desired release status and tracker item status (default: ‘true’).
showPlannerLink
An optional parameter. If true, the Planner link icons will be shown in the plugin header to navigate to the Planner page (default: ‘false’).
showCardboardLink
An optional parameter. If true, the Cardboard link icons will be shown in the plugin header to navigate to the Cardboard page (default: ‘false’).
showTraceabilityLink
An optional parameter. If true, the Traceability link icons will be shown in the plugin header to navigate to the Traceability page (default: ‘false’).
showTestCoverageLink
An optional parameter. If true, the Test Coverage link icons will be shown in the plugin header to navigate to the Test Coverage page (default: ‘false’).
showProductBacklogs
An optional parameter. If true, the Product Backlog links will be shown in the table footer to navigate to the selected Product Backlog (default: ‘false’).
Samples:
[{ReleaseActivityTrends}]
shows the unresolved releases or sprints of the current project with burn down charts, and displays the number of the unresolved items per release or sprint. The status dropdowns will be available in the header.
[{ReleaseActivityTrends title='Project (3) Releases' projectId='3'}]
shows the unresolved releases or sprints of the project identified by id 3 with burn down charts, and displays the number of the unresolved items per release/sprint. The title of the plugin will be 'Project (3) Releases'.
[{ReleaseActivityTrends showUnscheduledItems='true' showBurnDownChart='false' trackerItemStatus='Resolved'}]
shows the unresolved releases or sprints of the current project, displays the number of resolved items per release or sprint and the number of the unscheduled resolved items. The status dropdowns will be available in the header.
[{ReleaseActivityTrends showDropdownFilters='false'}]
shows the unresolved releases or sprints of the current project with burn down charts and displays the number of the unresolved items per release or sprint. The status dropdowns will not be available in the header.
[{ReleaseActivityTrends projectId='3' showPlannerLink='true'}]
displays the Planner link icons shown in the plugin header to be able to navigate to the Planner page.
[{ReleaseActivityTrends projectId='3' showCardboardLink='true'}]
displays the Cardboard link icons shown in the plugin header to be able to navigate to the Cardboard page.
[{ReleaseActivityTrends projectId='3' showTraceabilityLink='true'}]
displays the Traceability link icons shown in the plugin header to be able to navigate to the Traceability page.
[{ReleaseActivityTrends projectId='3' showTestCoverageLink='true'}]
displays the Test Coverage link icons will be shown in the plugin header to be able to navigate to the Test Coverage page.
[{ReleaseActivityTrends projectId='3' showProductBacklogs='true'}]
displays the Product Backlog links will be shown in the table footer to be able to navigate to the selected Product Backlog.
Was this helpful?