stable

Clone or download

Read-only

feat: Add parent milestone title in cover page if any

This is part of story #23462 export test plan as a docx document If we try to export a testplan document of a sprint that is planned in a release, then the release title must appear in the table in the cover page, in the milestone row. Change-Id: I40864bc96dfb1bab930673db58e904ffdec908e6

Modified Files

Name
M plugins/testplan/include/TestPlanPresenter.php +6 −0 Go to diff View file
M plugins/testplan/include/TestPlanPresenterBuilder.php +7 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/index.ts +2 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.vue +4 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/TableOfContents/table-of-contents.test.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/backlog-builder.test.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/cover-builder.test.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/cover-builder.ts +8 −1 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/cover-milestone-title-builder.test.ts +34 −0 Go to diff View file
A plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/cover-milestone-title-builder.ts +30 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/download-docx.test.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/download-export-document.test.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/store/type.ts +1 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +1 −0 Go to diff View file
M plugins/testplan/templates/test-plan.mustache +1 −0 Go to diff View file
M plugins/testplan/tests/unit/TestPlanPresenterBuilderTest.php +24 −0 Go to diff View file