stable

Clone or download

Read-only

POST kanban_items

This task is part of story #7954 add an item only with its title directly from cardwall It creates an item in the given column or in backlog. Change-Id: I709031519b9aac2f659afc124031e31cd8fcaa59

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/ResourcesInjector.class.php +2 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanItemPOSTRepresentation.php +41 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/KanbanItemsResource.php +209 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/TimeInfoBuilder.php +7 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file
M plugins/agiledashboard/tests/rest/KanbanTest.php +77 −0 Go to diff View file