These widgets allows you to view either of the two summary graphs displayed on the plan summary page. The two graphs are:
- Build Duration & Number of Failures per Build
- Successful Builds & Average Duration Per Time Period
To use this widget
1. Place the following script tag in your html
- For Build Duration & Number of Failures per Build
- For Successful Builds & Average Duration Per Time Period
2. Replace <plan-key> with the key of the plan you want to summarise.
eg. TEST-DEF
3. Replace <filter-key> with one of the following options:
* LAST_25_BUILDS
* LAST_7_DAYS
* LAST_30_DAYS
* LAST_90_DAYS
* ALL_BUILDS
Example
Live example from http://opensource.bamboo.atlassian.com/
RELATED TOPICS
Bamboo Documentation






