Possible to identify change sets that have flowed into a stream?
All,
Accepted answer
Ryan,
2 other answers
You should be able to use the scm command line for this.
In the RTC rich clients (Eclipse/Visual Studio/CLI) you could use "Search->Jazz Source Control->Locate Change sets..." where in you could drag and drop the change sets and select the stream you want to locate it against. Web UI does not have this functionality yet.
Comments
Thanks Shashikant. I am looking for a way to report on this using an existing OSLC-like query. I guess it might not be possible in my version, but in version 6.0.4 it is.
I believe Ryan was looking for 'all change sets in this stream', rather than which streams contain a known set of change sets (which is what Locate_Change_Sets is for).
The statement: "I would like to find a subset of those results for certain streams" led me to believe that you were trying to locate a subset of change sets.
Good point! So Ryan, what did you mean by "subset of those results"?