Versions Compared

Key

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

We have to track progress by summarizing resolved vs unresolved issues.


Fetching more data from JIRA and binding them to the Table item

We need data to make any report those data obviously, therefore we need to fetch some data from JIRA in order to know whether an issue is resolved or not.

...

Click on the OK button to close the New Data Binding dialog. The Data Set's Resolved column is now binded to the Table:

Visualizing Resolved data as striketrhough issues

Once the data are binded to the item, we can use them. We will add a striketrhough line for the resolved issues instead of a new column on the table: edit the Issue Dynamic Text on the Table and replace the Javascrit from:

...

Preview the results: when the issue is Done then is displayed with a strikethrough line:

Grouping

Data on the Table is not grouped. Therefore we used the Data Set as input for the Pie Chart to group by Type. Data can also be grouped on tables: Select the Table item on the Outline view. Then expand its childen to see the Groups. Right click on it and select Inser group:

...

Now, thhe groups highlight better amiog the rest of the data:

Aggregation

We are going to show the progress (resolved vs unresolved issues) for each Type group. 

...

A new empty Cell has been added between the Pie Chart and the table items:



Drag&drop a new Chart ittem and select a Stacked Bar char type:


Image Added


In text tab, check the Use Data from option and select the table (it requires that you provide a name for the Table's in its Properties Editor). Select row["Table Group by Type"] as Category X Serires to see the bars grouped by status (one bar per status). Then select the row["Count Resolved Type"] aggegated data as the Series 1 option for the Value (Y) Series:

Image Added



We need to add another Series 2 for the row["Count Unesolved Type"] aggegated data too: click on the Value (X) Series dropdown and select <New Series...> to create the Series 2:


Image Added

and select the unresolved type aggregated data as input for the Optional Y Series Grouping field:


Image Added


Type Progress by Issue Type as name for the Chart Title in the Format tab:


Image Added

Select Series on the left panel and type Resolved and Unresolved names for the Series 1 and 2 Title respectively. Click on the Series Palette button to open the dialog and remove the current palete by click on the Remove button as many times as requires. Then chose the Green color in the first position (for the Series 1 - Resolved) and the Red color fot the other one. 

Image Added

Close the Palette dialog and check the Show Series Labels for each Value (Y) under the Series (for 1 and 2):


Image Added


Click in the Finish button to close the dialog and run the report:

Image Added