We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate Release Notes (Node Cross Platform)
Azure DevOps Services
No response
4.17.12
When I fill in the wiqlSharedQueryName for a shared query the generator is not able to find that query;
wiqlSharedQueryName
Getting Work Items using user defined WIQL query '/Shared Queries/Release X' Cannot find user defined WIQL query '/Shared Queries/Release X'
steps: - task: XplatGenerateReleaseNotes@4 inputs: outputfile: '$(Build.ArtifactStagingDirectory)/releasenotes.html' templateLocation: 'InLine' inlinetemplate: | <html> <h1>Features in release ({{queryWorkItems.length}})</h1> <ul> {{#forEach queryWorkItems}} <li> <strong>{{this.id}}</strong> <span>{{lookup this.fields 'System.WorkItemType'}}</span>: <span>{{lookup this.fields 'System.Title'}}</span><br /> <span>{{lookup this.fields 'System.State'}}</span> | <span>{{lookup this.fields 'System.AreaPath'}}</span> </li> {{/forEach}} </ul> </html> dumpPayloadToConsole: false dumpPayloadToFile: True replaceFile: True getParentsAndChildren: false getAllParents: True getIndirectPullRequests: False stopOnError: False considerPartiallySuccessfulReleases: False checkForManuallyLinkedWI: False getPRDetails: false getTestedBy: false wiqlSharedQueryName: "Release X" - task: PublishPipelineArtifact@1 inputs: targetPath: '$(Build.ArtifactStagingDirectory)' publishLocation: 'pipeline'
Queries are loaded from shared query
The text was updated successfully, but these errors were encountered:
Have a look at #1872 , the issue is usually permission related i.e. the build service does not by default have permissions to see the shared queries
Sorry, something went wrong.
That was indeed the case, may I advise to put this next to the documentation for wiqlSharedQueryName
No branches or pull requests
Azure DevOps Extensions
Generate Release Notes (Node Cross Platform)
Platform
Azure DevOps Services
Azure DevOps Server (TFS) Version
No response
Extension Version
4.17.12
Describe the bug
When I fill in the
wiqlSharedQueryName
for a shared query the generator is not able to find that query;Getting Work Items using user defined WIQL query '/Shared Queries/Release X'
Cannot find user defined WIQL query '/Shared Queries/Release X'
Repo Steps
Expected Behavior
Queries are loaded from shared query
Logging Information
No response
The text was updated successfully, but these errors were encountered: