Zero work items? #945
-
Hi, When running Generate Release Notes (Crossplatform) 3.43.11 from an Azure Release pipeline, the extension finds zero work items. Log: 2021-02-18T16:06:28.4284882Z ##[section]Starting: Generate Release Notes based on Release Comparison API I guess the "Skipping artifact as cannot get WI and commits/changesets details" is the issue. If I log the JSON output it also says "{"workItems":[],"commits":[],"pullRequests":[],"tests":[],"builds":[],"relatedWorkItems":[],...." We have lots of work items on our backlog/board. What does the extension base the query on? Any help is appreciated, looking forward to using this awesome extension! Kind gards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes the issue is the artifact type I can tell from your log that you are running the task inside the Classic UI Release (as opposed to a Classic UI Build or a Modern YAML build). When running in a release the task has to inspect the release artifacts, which could be builds or links to source repos, to look for content to generate the release note with. If the artifact type is not a You need to create a build off the git repo and then consume this build as an artifact if you wish my task to work. This is because at its core my task used the API call |
Beta Was this translation helpful? Give feedback.
-
You need to associate WI with commits, or PRs. Once this is done they get associated with builds that associate with the commits. |
Beta Was this translation helpful? Give feedback.
You need to associate WI with commits, or PRs. Once this is done they get associated with builds that associate with the commits.