stable

Clone or download

Read-only

feat: introduce Scrum Team template

Same than git #tuleap/stable/7a854f2849edff9a2c2cb2de5d51d8e7a26be30f but to setup a "Essential SAFe® - Scrum Team". It is basically an AgileALM template with some specfic glossary (not all tracker templates can be reused). This will be used later in the web interface as a ready to use project template. For now you can only test with regular xml project import. Run `make generate-templates` Copy the following files in a folder to be imported: cp plugins/program_management/resources/templates/testmanagement.xml \ /path/to/folder/testmanagement.xml cp plugins/program_management/resources/templates/scrum_team_template.xml \ /path/to/folder/project.xml Generate an empty /path/to/folder/users.xml: ``` <?xml version="1.0" encoding="UTF-8"?> <users /> ``` Generate an empty /path/to/folder/mapping.csv ``` name,action,comments ``` Then import as a new project: tuleap import-project-xml \ -u admin \ -i /path/to/folder \ -m /path/to/folder/mapping.csv Note: the project will be created with the short name "scrum-team". If you already have a project name "scrum-team" or if you want to set a different name, use the -s/--name argument in the previous command. Part of story #22210: select SAFe templates at project creation Change-Id: I1836b55a9d7613ccd94f8e539e2f8be20a6bf139

Modified Files

Name
M plugins/program_management/Makefile +2 −0 Go to diff View file
M plugins/program_management/resources/templates/.gitignore +3 −2 Go to diff View file
A plugins/program_management/resources/templates/generate-program_management_scrum_team.xml +2272 −0 Go to diff View file