It's all about the answers!

Ask a question

Query for Work Items targeted to a Development Line


Andy Berner (61127) | asked May 12 '08, 4:48 p.m.
I need to query for work items in a particular development line. If I have the work item wi, then (IIteration)(wi.getTarget().getFullState()).getDevelopmentLine() finds the Development Line for work items returned by a query, so I could get all the work items for the ProjectArea and spin through and filter.

But how can I set up the query so I don't have to get all the other work items that I don't want?

Be the first one to answer this question!


Register or to post your answer.