Finding stream or Baseline assocaited with workItem
Accepted answer
Comments
Hi Ralph,
There is no relationship between streams or baselines and work items.
If the work item is in a public build, you could follow the relationship to the build result and get the snapshot from there.
The question was an API question. I assume it is somehow possible to use the API to get at the data e.g. for the change set, for all streams, analyze if the change set is in the stream and then walk the history of the stream to find baselines. I have not done that myself.
RTC provides a capability to find out if change sets related to a work item are in a stream in the Eclipse client. This should include finding if it is in a baseline.
You might be able to look at the SDK and figure out how it is done.
One other answer
any plan to implement this requirement in feature releases, because this is regular use case for our developers, they want to find out where they exactly developed there source code on the stream and used that workitem. right it is very difficult to find the info.
Do you want to me open enhancement request for this
Comments
I would suggest to do so. If you think you need an API. However, there is something in the Eclipse Client. Have you looked into the implementation available in the RTC Client?
Just thinking that the developers don't want to have to use an API or you to create an (expensive) application based on the API.
Thanks Ralph Schoon