Finding workitem from stream
Hi,
My requirement is to find all workitems associated with the stream.
I thought I should retrieve a stream by a stream id or a stream name,then I can get all components associate with the stream.Finally,I can get all history list in all those components and get the workitem in al thosel history list.
But how can I do that by RTC client API?
Thanks in advance.
My requirement is to find all workitems associated with the stream.
I thought I should retrieve a stream by a stream id or a stream name,then I can get all components associate with the stream.Finally,I can get all history list in all those components and get the workitem in al thosel history list.
But how can I do that by RTC client API?
Thanks in advance.
One answer
I don't know the API calls, but just FYI, it is likely that the history
list will contain a list of change sets, and you'll have to query for
the work items that are associated with those change sets.
Cheers,
Geoff
On 2/17/2011 2:23 AM, william26 wrote:
list will contain a list of change sets, and you'll have to query for
the work items that are associated with those change sets.
Cheers,
Geoff
On 2/17/2011 2:23 AM, william26 wrote:
Hi,
My requirement is to find all workitems associated with the stream.
I thought I should retrieve a stream by a stream id or a stream
name,then I can get all components associate with the
stream.Finally,I can get all history list in all those components and
get the workitem in al thosel history list.
But how can I do that by RTC client API?
Thanks in advance.