Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Filter work items based on Team area and Filed Against

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.

0 votes



One answer

Permanent link

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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 29 '17, 5:27 a.m.

Question was seen: 900 times

Last updated: Nov 29 '17, 5:50 a.m.

Confirmation Cancel Confirm