JIRA Add-on Installation

Preparation

1. JIRA server
2. Downloaded jar file of the add-on

Installation
1. Go to Setting -> Add-ons -> ATLASSIAN MARKETPLACE -> Manage add-ons
2. Click "Upload add-on"
3. Choose and upload the add-on on local computer or from URL
4. If the add-on is successfully installed, a pop-up window shall show up as shown in Figure 1.
5. You then can see add-on details once it has been installed and the pop-up window has been closed, as shown in Figure 2.
6. If you have a license for this add-on, then input the License Key and click Update. Figure 3 demonstrates a successfully licensed add-on.

Figure 1 Add-on is installed successfully

Figure 2 Add-on details

Figure 3 Licensed add-on

Configuration
Gantt-Chart for JIRA > Administration: https://polscheit.atlassian.net/wiki/display/GANTT/Administration#Administration-Installing

More details
Gantt-Chart for JIRA: https://polscheit.atlassian.net/wiki/display/GANTT/Gantt-Chart+for+JIRA

时间: 2024-08-09 16:52:50

JIRA Add-on Installation的相关文章

Maven基础

maven是一个项目管理和构建自动化工具,最直接的讲,就是可以通过配置pom.xml文件关联jar仓库中的jar包,方便项目的管理.一般情况下,maven项目的结构都如下所示: Maven安装 1.下载maven安装包,例如:apache-maven-3.0.5(官网:http://maven.apache.org/)2.maven环境变量配置,配置方式跟jdk有些类似.新建环境变量MAVEN_HOME(值为maven的根目录).然后在PATH环境变量里加入%MAVEN_HOME%\bin;即可

用Eclipse构建Maven项目

Eclipse中m2eclipse插件的安装 Help>Install New Software Click Add Name: m2e Location: http://download.eclipse.org/technology/m2e/releases Click OK It seems that the plug-in has already been installed in this version of eclipse. If not, just click next until

Xen、KVM和VirtualBox比拼

vbox 与 kvm 的区别: vbox 是由 qemu 改写而成,包含大量 qemu 代码.可以使用于 不支持 虚拟化的cpu.值得说的一点:vbox 在图形方面比较好,能进行2D 3D加速.cpu控制不理想(估计是因为图形支持的缘故).操作上有独立的图形界面,易于上手. kvm 是linux内核包含的东西,使用qemu作为上层管理(命令行).cpu 必须支持虚拟化.性能,作为服务器很好,可是图形能力十分的差.即使放电影,图像也是像刷油漆一样,一层一层的.cpu使用率控制很好. 控制上比较简洁

【Qt】VS2010编译Qt5.3.2 64bit

讨论QQ群:135202158 1. 为什么要这么做 在Windows下,Qt官网默认提供的二进制版本大多是32位,目前(2015.01.24)只对VS2013提供了64位版本,如下图所示: 为了适应我目前安装的VS2010 IDE,也为了根据自己的需要编译特定的库和插件(比如去掉webkit之类),需要直接从源码编译Qt. 本例编译的是Qt5.3.2版本,应该也适用于Qt5.4.0. 2. 准备 首先,当然需要一个C++编译器,由于一些兼容性原因,我需要用Visual C++ 2010, 也可

基于Qt搭建ROS开发环境

参考的博客: http://blog.csdn.net/u013453604/article/details/52186375 http://blog.csdn.net/dxuehui/article/details/44647861 1. Qt插件ros_qtc_plugin安装 使用ros-industrial的Levi-Armstrong在2015年12月开发的一个 Qt插件ros_qtc_plugin,这个插件使得Qt"新建项目"和"新建文件"选项中出现RO

QT5.6.0无法切换fcitx中文输入法问题记录

前言:参考了网上一堆的文章,还是出现了一堆的问题,一句话能用apt-get install安装的千万别自己下源码编译,没有新版本就GOOGLE 关键字+PPA找到新版本源,用add-apt-repository命令添加,然后update下,再apt-get install试试有没有,如果要学习另当别论. 一 原因分析: 根据网上和自己的编译经验分析觉得QT5.6之所以无法切换fcitx的输入法是因为qt5的库文件和插件都没有加入fcitx输入法管理工具的相关支持,可能能用ibus,因为我在pla

Getting Started with Erlang

Getting Started with Erlang Erlang is a great language that lets you build highly concurrent applications. This tutorial will teach you how to quickly get started with it. In this section: Preliminary steps Installing Erlang OTP Windows OS X Linux Ve

ubuntu12.10下OpenFoam的编译

最近在ubuntu12.10下编译OpenFoam,遇到一些问题,小记一下. 首先到官网下载源码包(我这里下载的是OpenFOAM-2.3.0.tgz,ThirdParty-2.3.0.tgz). 1.下载解压源码包 首先创建OpenFOAM文件夹,将压缩包解压到OpenFOAM文件夹下 1 mkdir OpenFOAM 2 cd OpenFOAM 3 4 tar -xvf OpenFOAM-2.3.0.tgz 5 tar -xvf ThirdParty-2.3.0.tgz 2.设置变量环境 此

Oracle 10g RAC 加入新节点

1.在一台裸机上安装Linux系统c3,准备让其加入c1,c2两节点的rac环境 要有两个网卡eth0,eth1 (略) 2.调整/etc/hosts文件 将三个节点都变成如下 127.0.0.1localhost 192.168.33.101c1192.168.33.201c1-vip10.0.0.2c1-priv 192.168.33.102c2192.168.33.202c2-vip10.0.0.3c2-priv 192.168.33.103c3192.168.33.203c3-vip10

QtWebkit开发环境配置及编译方法-Windows32bit

Dependencies First of all you need a version of Qt for Windows. If you are an Open Source developer then you can download the Open Source Edition of Qt for Windows from the Nokia Website: http://qt.nokia.com/downloads; 针对Windows32位的版本为Qt 5.0.1 for Wi