stable
Clone or download
Read-only
request #14451 Be consitent in Route artifact/:id
In Rest API, the route artifact/:id is not consistent. This only fields are not in full representation: - burndown - burnup - permissionOnArtifact All others fiels are in full. How to test: - Use artifact/:id Expected results: - Burndown, burnup, permision have a type now Change-Id: Ia1fb2e5826e5f4bf1f1b95b2f4bbff6bf8404db6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php | +4 | −3 | Go to diff View file |
A | plugins/tracker/include/REST/Artifact/ArtifactFieldValueOpenListFullRepresentation.class.php | +59 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_OpenList.class.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php | +1 | −1 | Go to diff View file |