stable

Clone or download

Read-only

GET /tracker_workflow_transitions/{id}/action retrieves AddToTopBacklog

This is part of story #14096 have a post action to add "Scrum Top Backlog" flag Manually added AddToTopBacklog post action must be retrieved by the REST endpoint GET /tracker_workflow_transitions/{id}/action. There are not taken into account in the Vue.js so that all must continue to work as before. Change-Id: I64c07d2f0997b48f355f864ec8beaffc4906c9c2

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Workflow/AddToTopBacklog.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Workflow/AddToTopBacklogPostActionFactory.php +1 −1 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/Workflow/REST/v1/AddToTopBacklogRepresentation.php +42 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +16 −0 Go to diff View file
A plugins/tracker/include/REST/v1/Event/PostActionVisitExternalActionsEvent.php +63 −0 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/FrozenFieldsRepresentation.php +2 −11 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/HiddenFieldsetsRepresentation.php +2 −11 Go to diff View file
A plugins/tracker/include/REST/v1/Workflow/PostAction/PostActionRepresentation.php +36 −0 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/PostActionsRepresentationBuilder.php +20 −4 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/RunJobRepresentation.php +3 −12 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/PostAction/SetFieldValueRepresentation.php +3 −12 Go to diff View file
M plugins/tracker/include/REST/v1/Workflow/TransitionsResource.class.php +8 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/Visitor.php +3 −0 Go to diff View file
M plugins/tracker/phpunit/REST/v1/Workflow/PostAction/PostActionsRepresentationBuilderTest.php +71 −6 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.js +4 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/store/transition-modal/transition-mutations.test.js +7 −0 Go to diff View file