How to create a query from Java API to filter workitems based on Parent ID?
![]()
hi,
It is possible to do a query from RTC front end as Parent --> ID = 1234. So that the Work Items with the Parent ID as 1234 will be displayed in the Result. Same scenario I want to achieve thru Java API query. (Server Side). Is it possible? How? Thanks in advance. |
Comments
I don't want to use the End point descriptor to get the Parent / Children because, I want to restrict the search within the Current project area.