I want to customize the build results summary and possibly add an additional section of information to the summary page. Is there a way to extend and add to the summary page?
Another customization I want to add is the ability to add links to the code comments so I can refernese the source code change from an online source browser. For example:
my.service.url=ChangeID: <a href="http://{0}/#/c/{1}/">{2}</a><br>Comment: {3}
This apparently doesn't work as it did in other areas in the UI. When I output this to buildsummary, the html shows :(
Any help is greatly appreciated.
Community moderators have prevented the ability to post new answers.
Actually, it turns out you can add customizations to the Build Results summary using the following in your atlassian-plugin.xml:
<web-panel key="myPanel" location="chainresult.summary.right"> <resource name="view" type="static"><![CDATA[<b>Hello World!</b>]]></resource> </web-panel>
All the location keys can be found here:
https://developer.atlassian.com/display/BAMBOODEV/Web+Panel+Module
Hi Jason,
We don't have a way to get UI on the Plan Summary, but you can use Web Panels to add your own information to the Plan and Job result summaries.
Thanks
James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.