Querying for sorted list of "unresolved" work item
The RTC SDK article "Developer's Guide to Querying Work Items" provides most of the information necessary to query and view results. Is there a way to do the following programmatically:
- Query for "unresolved" work items. The Query Editor allows you to specify that the "Status" attribute is "unresolved" and/or "resolved" - Sort the result set |
4 answers
Hi,
For sorting I tried to use this way but it seems not work because I am doing something wrong. What I want is to ordering by "MODIFIED_PROPERTY". Can you help me and show me how to do this.
Thank you very much for your help. Best Regards, Tony |
results = queryClient.getResolvedExpressionResults(projectArea, (Expression) queryRefgterm, IWorkItem.FULL_PROFILE);
↓ results = queryClient.getResolvedExpressionResults(projectArea, statement, IWorkItem.FULL_PROFILE); -- Regards, Huanfeng,Cai |
results = queryClient.getResolvedExpressionResults(projectArea, (Expression) queryRefgterm, IWorkItem.FULL_PROFILE);
↓ results = queryClient.getResolvedExpressionResults(projectArea, statement, IWorkItem.FULL_PROFILE); -- Regards, Huanfeng,Cai |
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.