Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Rally web service API:从迭代中的特定日期获取分层需求_Api_Iteration_Rally_User Stories - Fatal编程技术网

Rally web service API:从迭代中的特定日期获取分层需求

Rally web service API:从迭代中的特定日期获取分层需求,api,iteration,rally,user-stories,Api,Iteration,Rally,User Stories,是否可以使用Rally Web Service API从迭代中的特定日期获取用户故事层次化需求?我正在开发一个java应用程序,它将为迭代生成一个历史图表。例如,如果迭代时间为14天,我需要获取分层需求及其在该迭代中每天的所有属性,比如:[day1,分层需求],[day2,分层需求],等等 查看WSAPI中的IterationCumulativeFlowData对象。 这将为您提供每天的项目总数及其待办事项/估计总数。查看WSAPI中的IterationCumulativeFlowData对象

是否可以使用Rally Web Service API从迭代中的特定日期获取用户故事层次化需求?我正在开发一个java应用程序,它将为迭代生成一个历史图表。例如,如果迭代时间为14天,我需要获取分层需求及其在该迭代中每天的所有属性,比如:[day1,分层需求],[day2,分层需求],等等

查看WSAPI中的IterationCumulativeFlowData对象。


这将为您提供每天的项目总数及其待办事项/估计总数。

查看WSAPI中的IterationCumulativeFlowData对象。

这将为您提供每天的项目总数及其待办事项/估计总数