Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bamboo Report Module does not work

Todd Lock July 22, 2015

Hello,

I copied the code for a graph of a report from the report module tutorial, but it doesn't work. Here is my code in atlassian-plugin.xml, the only part of the project I have modified since I created it:

<web-panel key="myPanel" location="chainresult.summary">
    <resource name="view" type="static"><![CDATA[<b><br>Graphs:</b>]]></resource>
    <report key="ratioOfSuccess" name="Percentage of Successful Builds"
               class="com.atlassian.bamboo.reports.collector.RatioOfSuccessCollector">
        <description>Comparing success percentages gives you an idea of how stable a build is compared to one another.
                    100% means your build is always rock solid. 0% means something is seriously wrong.</description>
        <chartClass>com.atlassian.bamboo.reports.charts.BuildSummarySuccessRatioLineChart</chartClass>
    </report>
</web-panel>

The graph doesn't appear in Bamboo. The "Graphs:" text is showing up so the web-panel is in the right place, but there is just empty space where the chart should be. Examining the raw html doesn't show anything there either. Anyone have any ideas about whats happening?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Deleted user August 2, 2016

I think the intention of reports are that they aren't supposed to be nested in web-panels, they're standalone components that are displayed in the reports tab.

TAGS
AUG Leaders

Atlassian Community Events