stable

Clone or download

Read-only

REST route move artifact

part of story #9564: move an basic artifact from one tracker to another (REST) For now the route only duplicate title semantic of artifact. Change-Id: I71e690f4667a384e4c99ef13ac4a20d067949688

Modified Files

Name
A plugins/tracker/include/REST/Artifact/MovedArtifactValueBuilder.php +53 −0 Go to diff View file
M plugins/tracker/include/REST/v1/ArtifactsResource.class.php +63 −0 Go to diff View file
A plugins/tracker/include/Tracker/Exception/SemanticTitleNotDefinedException.php +25 −0 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file
A plugins/tracker/tests/REST_Backend/Artifact/MovedArtifactValueBuilderTest.php +89 −0 Go to diff View file