Comparison of Graphs of Open and Resolved Tasks
The Source Table:
The Result:
Macro combination (the chart is based on two transformed pivot tables):
Step 1. Configure Table1:
- Insert the Jira Issues macro.
- Wrap the Jira issues macro in the Pivot Table macro.
- Wrap the Pivot Table macro in the Table Transformer macro.
Step 2. Configure Table2:
- Insert the Jira Issues macro.
- Wrap the Jira Issues macro in the Table Filter macro.
- Wrap the Table Filter macro in the Pivot Table macro.
- Wrap the Pivot Table macro in the Table Transformer macro.
Step 3. Wrap Table1 and Table2 in the Chart from Table macro.
Macro configuration:
Step 1. Configure Table1:
Pivot Table:Row Labels | Created |
---|---|
Column Labels | - |
Calculated Column | Summary |
Operation Type | Count |
Additional parameters:
- Set the Date period aggregation option: Week.
Table Transformer:
Use the following SQL query:
Instead of using Table Transformer, since the 7.4.0 version of the app, you can enable the Cumulative count option in the Pivot Table macro.
Step 2. Configure Table2:
Filter Column | Resolved |
---|---|
Filter Type | Dropdown |
Filter Values | Reversed filter '-empty-' |
Row Labels | Resolved |
---|---|
Column Labels | - |
Calculated Column | - |
Operation Type | Count |
Additional parameters:
Set the Date period aggregation option: Week.
Table Transformer:
Use the following SQL query:
Step 3. Wrap Table1 and Table2 in the Chart from Table macro.
Type | Time Area |
---|---|
Dates Column | Created, Resolved |
Values Column | Count |