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. |
One answer
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.
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.