Go2Group CustomDashboard Plugin for Bamboo 2.6

Go2Group CustomDashboard Plugin for Bamboo 2.6 Installation Guide

This plugin is only compatible with Atlassian Bamboo 2.6.x
Need an evaluation license for this plugin?
If you are interested in evaluating Go2Group CustomDashboard Plugin for Bamboo 2.6 or even purchasing a license , please contact us for more details.


This page explains how to install Go2Group CustomDashboard Plugin for Bamboo 2.6.x into your Bamboo installation. If you would like know what you can do with this plugin, please refer the Usage Examples page.

Preparations

  1. Obtain a copy of license for Go2Group CustomDashboard Plugin for Bamboo 2.6
    To use this plugin, you need an evaluation license or license. Please feel free to contact us to request one.

  2. Download a zip copy of Go2Group CustomDashboard Plugin for Bamboo 2.6
    You can donwload this file from the Download page if you do not have one yet. The file name should be Go2GroupCustomDashboard.zip.

  3. Unzip the plugin zip file
    With any unzip application, please extract Go2GroupCustomDashboard.zip. After doing this, please make sure you get the following three files:

    • Go2GroupCustomDashboard-1.0.jar
    • start.ftl
    • Installation-guide.txt

  4. Shutdown your Bamboo installation
    As the installation of this plugin requires a replacement of an existing file within your Bamboo system and a modification of your Bamboo database table, please make sure your Bamboo system is not running before proceeding the following instructions.

Copying necessary files into your Bamboo installation

  1. Copy Go2GroupCustomDashboard-1.0.jar to the following location:
     
     [Bamboo 2.6.x Install Directory]/webapp/WEB-INF/lib
    
  2. Replace start.ftl file with Go2Group version of it
    You should find the default start.ftl under the following location. Replace this file with one included in Go2GroupCustomDashboard.zip.
     
    [Bamboo 2.6.x Install Directory]/webapp/start.ftl
    
  3. Copy the plugin license file into your Bamboo installation
    Copy your plugin license file (the name should be something like g2gdash.license) to the following location.
     
    [Bamboo 2.6.x Install Directory]/webapp/WEB-INF/classes 
    

Creating a new table within the Bamboo database

Create the table below in the underlying database

create table custom_tabs (id integer primary key auto_increment, tabname varchar(20) not null unique key, plankeys varchar(50), o integer);
create table custom_tab_user_permissions (tabname varchar(20) not null, username varchar(20) not null, primary key (tabname, username));
create table custom_tab_group_permissions (tabname varchar(20) not null, groupname varchar(20) not null, primary key (tabname, groupname));

Restart your Bamboo installation

Congratulation Go2Group CustomDashboard Plugin for Bamboo has been configured ! Now you can restart your Bamboo installation and enjoy the features of this plugin.

Next step

Please refer the Usage Examples page for more details on how to use this plugin.

???????????????????????????????????????????



Go2Group CustomDashboard Plugin for Bamboo 2.6

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.