Attempting to output change set and their associated work items #1521
|
Hello, build I am using both the Release Notes Generator app and the Wiki File Updater. Global list of ChangeSets ({{commits.length}}) {{#forEach this.workItems}} I have tried this in two separate builds. One gives me an output in the following format: Whilst the second one doesn't print the work items at all. I am relatively new to this, so I would appreciate any help you can give me :) Thank you |
Replies: 1 comment 2 replies
|
I would suggest you watch the video of the conference session I did on this tool, as I think this might help The other thing to do is look at the detailed log (set a variable |
WI are associated to CS by either a comment in the commit message in the form #1234, or by adding the association in the IDE UX when you do the commit. So when the API looks for the differences between two successful runs of a build definition only WI associated CS between those runs are shown.
There is also some bespoke logic in the task to find parent WI, but this only works once the direct associated WI are found.
The way everything is build up is shown in the detailed debug log