How do you retrieve resolved work items with the RTC API query facility?
I have set up a query with the API and would like to retrieve resolved work items, as well as, unresolved work items. The facility I'm using is:
IQueryResult<IResolvedResult<IWorkItem>> queryResult = queryClient.getResolvedExpressionResults(projectAreaHandle,andExpressionTerm,IWorkItem.SMALL_PROFILE); I'm only getting unresolved work items back. How do I get resolved? |
One answer
hi Daniel,
I would review the "andExpressionTerm" to see if its not including some expression to count the resolved work items out.. I use getResolvedExpressionResults with expression and find it listing the resolved work items as well. only difference in my usage is the profile. I use FULL_PROFILE but I assume that would be needed if some attributes weren't available in SMALL_PROFILE hope this helps. |
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.