Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何使用 Rally APIs for Java 来获得花费在任务上的时间?我尝试了任务查询请求但不起作用
查询结果将只包含最少的信息,因此您需要执行读取。循环遍历结果集并对每个对象进行完整读取
tasks[i] = (Task)service.read(tasks[i]);
然后您将可以访问所有属性