stable

Clone or download

Read-only

GET /taskboard_cards/:id/children

Given an card in my taskboard, I can retrieve its children via REST API. Part of story #13627: display children of cards Change-Id: I69283b7b427a02a234a98eda08c6477407612fc1

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +3 −3 Go to diff View file
M plugins/taskboard/include/REST/ResourcesInjector.php +1 −0 Go to diff View file
A plugins/taskboard/include/REST/v1/TaskboardCardResource.php +188 −0 Go to diff View file
A plugins/taskboard/tests/rest/TaskboardCardTest.php +135 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/RankedArtifact.php +50 −0 Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Tracker_SlicedArtifacts.php Go to diff View file
R plugins/tracker/include/Tracker/Artifact/Tracker_SlicedArtifactsBuilder.php Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +1 −1 Go to diff View file