It's all about the answers!

Ask a question

Finding workitem from stream


wang william (122) | asked Feb 17 '11, 2:09 a.m.
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.

One answer



permanent link
Geoffrey Clemm (30.1k33035) | answered Feb 20 '11, 11:38 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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:
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.

Your answer


Register or to post your answer.