Wrap the Table Transformer macro and the table containing milestones in the Chart from Table macro.
Macro configuration:
Table Filter:
Filter Column
Issue type
Sprint
Filter Type
Visual
Dropdown
Filter Values
New feature, Improvement
ECS Sprint 2, ECS Sprint 3, ECS Sprint 4
Table Transformer: Use the following SQL query:
SELECT *,
CASE WHEN 'Status' = "Done"
THEN "100%"
WHEN 'Status' = "To Do"
THEN "0%"
ELSE (100 - ('Remaining Estimate' / 'Time Spent' * 100) + "%")
END AS 'Completion Ratio'
FROM T*
SQL
Chart from Table:
Type
Gantt
Labels Column
Sprint, Key, Milestone
Values Column
Created, Due, Completion ratio, Date
Cookie Notice
This website uses cookies for analytics, personalization and advertising. By continuing to browse, you agree to our use of cookies. Learn more