Skip to content

Generate Release notes with work items not associated to any Pull Requests. #1117

Answered by rfennell
Imran109 asked this question in Q&A
Discussion options

You must be logged in to vote

This feature is available in 3.71.x

There is a new parameter where you can provide the WHERE part of the WIQL. This should be edited to select the WI you require.

 - task: richardfennellBM.BM-VSTS-XplatGenerateReleaseNotes-DEV1.XplatGenerate-Release-Notes.XplatGenerateReleaseNotes@3
    inputs:
      wiqlWhereClause: '[System.TeamProject] = "GitHub" and [System.WorkItemType] = "Product Backlog Item"'

Note you cannot use @project, @currentiteration or @me, but @today is ok. To work out the WHERE clause I recommend using the WIQL Editor extension

The results of this WIQL will be available in a new independent template array queryWorkItems i.e. it is completely separate from all the other W…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@Imran109
Comment options

@rfennell
Comment options

@rfennell
Comment options

Comment options

You must be logged in to vote
3 replies
@Imran109
Comment options

@Imran109
Comment options

@rfennell
Comment options

Answer selected by Imran109
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment