Using APIs, Is it possible to query list of all work items containing change sets delivered on a specific stream?
Hi All, Using Plain Java Client APIs, can we query list of work items containing change sets delivered on a specific stream (from a start to an end date)? Thanks Sudar |
Accepted answer
If you change the ask to "show me work items containing change sets delivered between two snapshots of a stream" instead of start/end dates, then yes. This is possible from the plain java client API. I created a prototype of this and published a beta here:
NOTE: the prototype is based on selecting builds which have snapshots, but it could be modified to use snapshot selection directly.
Thanks,
Joe
Ralph Schoon selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Anyone can advise please ??