stable

Clone or download

Read-only

Group fields of the artifacts by fieldsets in the generated document

The elements outside of a fieldset are grouped together and are displayed before the content of the fieldsets. The fields of each fieldset are ordered according to the order defined by the tracker structure. A future contribution will set the label of each fieldset as a subtitle of the appropriate level. For now they are only displayed as a basic paragraph text. Part of story #22568: have a structured document Change-Id: Ic5f127b44f9b63fc056f0beb59ae5e0223133d6b

Modified Files

Name
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.test.ts +36 −15 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.ts +107 −26 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.test.ts +170 −45 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.ts +80 −47 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.test.ts +17 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts +125 −106 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/export-document.test.ts +1 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/type.ts +7 −0 Go to diff View file