It's all about the answers!

Ask a question

Filter work items based on Team area and Filed Against


Navin R S (13512) | asked Nov 29 '17, 5:27 a.m.

We are trying to filter work items based on Team area and we found the below code snippet from rsjazz

Link for reference :https://rsjazz.wordpress.com/2012/11/19/using-expressions-for-automation/


List expressions = new ArrayList(teamAreaHandles.size());

What is teamAreaHandles here. How to create teamAreaHandles.

Thanks in advance.

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Nov 29 '17, 5:50 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

As suggested in https://rsjazz.wordpress.com/2012/11/19/using-expressions-for-automation/ read the linked getting started and Understanding and Using the RTC Java Client API also search for TeamAreaHandle and the like in the blog.

A handle for an item is s small representation that allows to get access to the whole thing. You have to find the item handles. So please read the other posts if you are new to the API.

Your answer


Register or to post 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.