The source for learning NetBeans.
In my latest attempt at writing a Bamboo plugin I decided to investigate adding some value-add features related to Comments. Users can add comments onto a build result, but there isn’t really any way to review all the comments across all the builds.
As such I decided to write the Plan Comments plugin which adds a page to the Plan submenu that allows you to view all comments for all build results on a single page. The comments are sorted in a descending fashion by the build number where the comment was placed. Additionally the user and datetime of the comment is also displayed.
You can review and download the plugin here : https://marketplace.atlassian.com/plugins/com.pronetbeans.bamboo.plancomments