Release Activity Trends Plugin
Release Activity Trends plugin displays the list of the available releases and sprints of the current project in a tree map with the number of the containing items and optionally a burn down chart per release or sprint.
Parameters:
Parameter
Description
title
Optional parameter to override the default title (Release Activity Trends).
projectId
Optional parameter specifies the project (if omitted and plugin is in project context, the current project will be used; error thrown otherwise).
releaseStatus
Optional parameter specifies the displaying release/sprint status (default: ‘Unreleased’).
trackerItemStatus
Optional parameter specifies the number of items per release/sprint (default: ‘Unresolved’).
showUnscheduledItems
Optional parameter specifies if unscheduled items will be shown or not below the releases/sprints (default: ‘false’).
showBurnDownChart
Optional parameter specifies if a burn down chart per release/sprint will be shown or not (default: ‘true’).
showDropdownFilters
Optional parameter. If true, two dropdowns will be shown in the plugin header to allow selecting/changing the desired release status and tracker item status (default: ‘true’).
showPlannerLink
Optional parameter. If true, the Planner link icons will be shown in the plugin header to navigate to the Planner page (default: ‘false’).
showCardboardLink
Optional parameter. If true, the Cardboard link icons will be shown in the plugin header to navigate to the Cardboard page (default: ‘false’).
showTraceabilityLink
Optional parameter. If true, the Traceability link icons will be shown in the plugin header to navigate to the Traceability page (default: ‘false’).
showTestCoverageLink
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
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?