Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As alternative, the XML/A protocol is an industry-standard that allows to connect two BI applications in client/server scenario. The app transforms Jira into a full featured BI server with full support for the XML/A protocol so you might want to to use the your favorite XML/A client tool to explore data. In fact this app deploys the award winning Saiku Analytics Community Edition web tool packed as Jira app  and uses it as BI client to connect to the BI Server (Mondrian).


The app starts a XML/A server on Jira listening to this URL:


Info
titleXML/A Server URL

<Jira Base URL>/jira/plugins/servlet/marketexpert/mondrian/xmla/



We will use Excel as BI client example to connect to Jira via the XML/A protocol

You can watch a video showing this tutorial at 3 min 51 secs.

Widget Connector
urlhttp://youtube.com/watch?v=gHJdEkTtH_o


First of all, you have to create a Mondrian schema on Jira. Please follow the steps described in this section: Getting started (Tutorial).

Then download the free XMLA connector for Excel and install it. The connector installs a complete tutorial in Excel that you might want to watch (optional):

Image Added

Create an empty Excel workbook and click on the Pivot Table icon:


Image Added

This will bring up a dialog:


Image Added

Then selct the Use an external data source option and click on the Choose connection... button:

Image Added

Click on the Browse for More... button:

Image Added

Click on the New Source... button:

Image Added

Select Other/Advanced click on Next:

Image Added

Select the XMLA Data Source option at the bottom of the list and click Next to select the Connection tab:


Image Added

Fill out the Location with the following URL (replace the Jira BAse Url with yours value):

<Jira Base URL>/jira/plugins/servlet/marketexpert/mondrian/xmla/

and your Jira user's credentials (User name & Password). Then select a Catalog:

Image Added

Click on th OK button and select the Issues cube:

Image Added

Click on Next and check the Save password in file opton.

Image Added

Click on Fnish and close the rest tof the dialogs. The Analyze tab is selected in Excel showing a Piot Table on the left and the cube Measures and Dimensions on the rigt:


Image Added


Click on the Issue count option in the Values (Measures) box, This counts all the issues in the cube (JQL):

Image Added

Now select the Priority, Staus and Type dimensions. This will group the data according the selected dimensions:


Image Added

Select the data fro the table and add achart in the regular way:


Image Added