Burn Down Chart Plugin
[{BurnDownChart releaseId='1000' showBurnDown='false' showVelocity='false' showNew='false'}]
Displays the
burn down chart
based on open work items for a release or sprint. Possibility to filter by team.
Parameters:
• releaseId='1000' (optional) ID of the sprint. When omitted, the plugin makes an attempt to guess the active sprint.
• team='no|12345' (optional) Team ID or 'no' if all issues without any teams should count.
• showBurnDown='false' (optional) Whether to display the burn down line. Defaults to true.
• showVelocity='false' (optional) Whether to display the velocity (the number of issues burnt) for each day. Defaults to false.
• showNew='false' (optional) Whether to display the number of issues added to the sprint for each day. Defaults to false.
• dataSource='numberOfItems' (optional) What data point should be used. Defaults to numberOfItems. Possible values: storyPoints, numberOfItems and both.
• applyProjectCalendar='false' (optional) When set to true the chart show values only for work days defined in the Working Calendar.
• showIdealLine='false' (optional) Whether to display the ideal work remaining line. The applyProjectCalendar parameter also affects the ideal line; it renders straight segment for leisure days.
• trackerTypes='default|all_tracker_items|test_runs_only' Optional parameter, ability to filter elements for generating the burn down chart (default: 'default').