stable

Clone or download

Read-only

feat: import postaction_add_to_program_top_backlog

part of: story #22585 improve SAFe templates How to test: - run `make generate-temmplates` - Create a project based on the SAFE - Program template - Once created, add at least one team to your newly created program - Go to the Features tracker > Administration > Workflow > transition rules --> The transitions To Plan, Scheduled and WIP have an "add to top backlog" post action - Do the same checks with the Program Enablers tracker --> Same expectations - Go to the Program Features Kanban - Create a card in the "New" column - Drag the card and drop it in "To Plan", "Scheduled" or "WIP" column - Go to the program top backlog --> The artifact has been added [Bonus] - Export the structure of the Features tracker to XML --> In the transitions states for the "To plan", "Scheduled" and "WIP", the postaction postaction_add_to_program_top_backlog has been exported Change-Id: Ie73aeb42d1e548c271078bce549d99eb162012b3

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostAction.php +3 −2 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionFactory.php +7 −2 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +9 −0 Go to diff View file
M plugins/program_management/resources/templates/generate-program_management_program.xml +16 −0 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/TopBacklog/Workflow/AddToTopBacklogPostActionTest.php +9 −0 Go to diff View file
M plugins/tracker/resources/tracker.rng +5 −0 Go to diff View file
M plugins/tracker/resources/trackers.rng +5 −0 Go to diff View file
M plugins/tracker/resources/workflow.rnc +2 −1 Go to diff View file
M plugins/tracker/resources/workflow.rng +5 −0 Go to diff View file
M src/common/xml/resources/project/project.rng +5 −0 Go to diff View file
M src/common/xml/resources/project/workflow.rng +5 −0 Go to diff View file