Skip to: Site menu | Main content

XPlanner

Planning and tracking tool for agile teams following XP or Scrum

IDEA Jira Plugin Print

IDEA Jira plugin allows to do a lot of day to day Jira operations directly from within IDEA.

Amongst other things, it allows to

  1. view project issues
  2. update issue
  3. create new issue

User guide

Watch this video guide

Setup

Download the plugin from the Plugin Manager, restart IDEA and follow these steps:

  1. From the IDE Settings/Jira Configuration, add a server
  2. Enter server settings and add the xplanner project as below (in this picture we already added xplanner in the background and are trying to add it again)

  3. Select some columns to see

proxy settings

Apparently as of IDEA 5.0.1RC2 and JIRA plugin 0.1.7.4, we need to set our proxy setting (unfortunately including password info as well) into the the vmoptions file.

Append the following lines to IDEA_HOME/bin/idea.exe.vmoptions:

-Dhttp.proxyHost=<proxy server>
-Dhttp.proxyPort=<proxy port>
-Dhttp.proxySet=true
-Dhttp.proxyUser=<your proxy userid>
-Dhttp.proxyPassword=<your proxy password>

For Sabre for example it will be

-Dhttp.proxyHost=www-ad-proxy.sabre.com
-Dhttp.proxyPort=80
-Dhttp.proxySet=true
-Dhttp.proxyUser=<your global userid>
-Dhttp.proxyPassword=<your global password>

Usage

In a editor, right click and select one of the item of the JIRA menu.

The result will show up in a [new] JIRA tool window.