From 58d336d49b7fb4c85004d142886268f69ffdbf68 Mon Sep 17 00:00:00 2001 From: Richard Fennell Date: Tue, 12 Feb 2019 14:17:00 +0000 Subject: [PATCH] Create release-with-WI-filter.md --- .../Version 2/release-with-WI-filter.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 SampleTemplates/XplatGenerateReleaseNotes (Node based)/Version 2/release-with-WI-filter.md diff --git a/SampleTemplates/XplatGenerateReleaseNotes (Node based)/Version 2/release-with-WI-filter.md b/SampleTemplates/XplatGenerateReleaseNotes (Node based)/Version 2/release-with-WI-filter.md new file mode 100644 index 000000000..9cacd8e6a --- /dev/null +++ b/SampleTemplates/XplatGenerateReleaseNotes (Node based)/Version 2/release-with-WI-filter.md @@ -0,0 +1,24 @@ +## Notes for release ${releaseDetails.releaseDefinition.name} +**Release Number** : ${releaseDetails.name} +**Release completed** : ${releaseDetails.modifiedOn} +**Compared Release Number** : ${compareReleaseDetails.name} + +### All associated work items +@@WILOOP@@ +* ** ${widetail.fields['System.WorkItemType']} ${widetail.id} ** Assigned by: ${widetail.fields['System.AssignedTo']} ${widetail.fields['System.Title']} +@@WILOOP@@ + +### Associated work items with 'Tag 1' +@@WILOOP:TAG 1@@ +* ** ${widetail.fields['System.WorkItemType']} ${widetail.id} ** Assigned by: ${widetail.fields['System.AssignedTo']} ${widetail.fields['System.Title']} +@@WILOOP:TAG 1@@ + +### Associated work items with 'Tag 1' and 'Tag 2' +@@WILOOP:TAG 1:TAG2@@ +* ** ${widetail.fields['System.WorkItemType']} ${widetail.id} ** Assigned by: ${widetail.fields['System.AssignedTo']} ${widetail.fields['System.Title']} +@@WILOOP:TAG 1:TAG2@@ + +### Associated commits +@@CSLOOP@@ +* ** ID ${csdetail.id} ** ${csdetail.message} +@@CSLOOP@@