Skip to content

Commit 58d336d

Browse files
authored
Create release-with-WI-filter.md
1 parent 91430ea commit 58d336d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Notes for release ${releaseDetails.releaseDefinition.name}
2+
**Release Number** : ${releaseDetails.name}
3+
**Release completed** : ${releaseDetails.modifiedOn}
4+
**Compared Release Number** : ${compareReleaseDetails.name}
5+
6+
### All associated work items
7+
@@WILOOP@@
8+
* ** ${widetail.fields['System.WorkItemType']} ${widetail.id} ** Assigned by: ${widetail.fields['System.AssignedTo']} ${widetail.fields['System.Title']}
9+
@@WILOOP@@
10+
11+
### Associated work items with 'Tag 1'
12+
@@WILOOP:TAG 1@@
13+
* ** ${widetail.fields['System.WorkItemType']} ${widetail.id} ** Assigned by: ${widetail.fields['System.AssignedTo']} ${widetail.fields['System.Title']}
14+
@@WILOOP:TAG 1@@
15+
16+
### Associated work items with 'Tag 1' and 'Tag 2'
17+
@@WILOOP:TAG 1:TAG2@@
18+
* ** ${widetail.fields['System.WorkItemType']} ${widetail.id} ** Assigned by: ${widetail.fields['System.AssignedTo']} ${widetail.fields['System.Title']}
19+
@@WILOOP:TAG 1:TAG2@@
20+
21+
### Associated commits
22+
@@CSLOOP@@
23+
* ** ID ${csdetail.id} ** ${csdetail.message}
24+
@@CSLOOP@@

0 commit comments

Comments
 (0)