|
All Versions
Bamboo 1.1 Documentation
|
These widgets allows you to view either of the two summary graphs displayed on the plan summary page. The two graphs are:
To use this widget1. Place the following script tag in your html
2. Replace <plan-key> with the key of the plan you want to summarise. 3. Replace <filter-key> with one of the following options: ExampleLive example from http://opensource.bamboo.atlassian.com/ <script type="text/javascript" src="http://opensource.bamboo.atlassian.com/js/viewCombinedByBuildNumberChart.action?buildKey=STRUTS-MAIN&filterController.selectedFilterKey=LAST_25_BUILDS" > </script> <script type="text/javascript" src="http://opensource.bamboo.atlassian.com/js/jsViewCombinedByTimePeriodChart.action?buildKey=STRUTS-MAIN&filterController.selectedFilterKey=LAST_25_BUILDS> </script>
RELATED TOPICSBamboo 1.1 Documentation Home |
