stable

Clone or download

Read-only

REST route GET artifacts/{id} returns the burnup REST representation

This is part of story #10670: a BurnUp chart based on Done stories Change-Id: Icb48838212e346c571cb113fe11d4d1ffda57c4f

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php +19 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupData.php +14 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupDataBuilder.php +4 −4 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/Artifact/BurnupPointRepresentation.php +48 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/Artifact/BurnupRepresentation.php +62 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file