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 API for Javaを使用して、タスクに費やした時間を取得するにはどうすればよいですか?Tasksクエリリクエストを試しましたが、機能しません
クエリ結果には最小限の情報しか含まれないため、読み取りを実行する必要があります。結果セットをループして、各オブジェクトを完全に読み取る
tasks[i] = (Task)service.read(tasks[i]);
その後、すべての属性にアクセスできます