stable
Clone or download
Read-only
Part of story #18336 add support of markdown How to test: $ make dev-clear-cache Open the API explorer of your instance and browse the following routes: - GET artifacts/:id - GET artifacts/:id/changesets - GET testmanagement_campaigns/:id/testmanagement_executions - GET testmanagement_definitions/:id The API explorer on those routes should explain the shape of the Text fields, follow-up comments and Step field json representations when they are in Markdown. Change-Id: Ic8d27b8c1385404a76c6e1125d4e7d1365e6c369
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php | +22 | −0 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/REST/v1/DefinitionsResource.class.php | +22 | −0 | Go to diff View file |
M | plugins/tracker/include/REST/v1/ArtifactsResource.class.php | +31 | −0 | Go to diff View file |