Release Notes with Shared Query #1475
Replies: 3 comments 1 reply
-
The only reason I could see this not working would be permissions, if the agent running the build did not have access to read shared queries. Even if this was the case it should only be a case of altering permissions. The basic API call (via the Node SDK) is along the lines of
From this call we can get the JSON for the WIQL There would need to be some string handling to extract the where clause of the WIQL (as the task handles the columns used), but all doable I will promote this discussion to be a tracked enhancement, not sure when I will get around to it |
Beta Was this translation helpful? Give feedback.
-
Of course I am happy to consider PRs |
Beta Was this translation helpful? Give feedback.
-
In my case, have tried utilizing shared queries by specifying have extracted queryid from the basic API call using above guidance from @rfennell
|
Beta Was this translation helpful? Give feedback.
-
Hello, I love the GenerateReleaseNotes Node based Cross Platform extension and I am exploring how to capture a baseline of known bugs at the time of the release. I read about wiqlFromTarget and wiqlWhereClause. I would like a similar functionality, that uses an existing shared query ID instead of wiql to specify the work item query for release notes. My motivation is that I would like to be able to have only one query, to be sure that data visualization is consistent across different "media". For example, I would like to reuse the same query for release notes and dashboard.
I have thought of including a query link in the markdown template and publish it in the wiki as a workaround, but in that case the wiki would show the current results of the query at the time of opening the wiki, not the results at the time of release notes generation.
Beta Was this translation helpful? Give feedback.
All reactions