获取属于项目的当前迭代的IterationCumulativeFlowData

时间:2017-08-21 16:21:46

标签: rest rally

是否可以获得IterationCumulativeFlowData'属于特定项目名称的当前迭代?

这给出了像差的数据,我必须提供迭代id:

https://rally1.rallydev.com/slm/webservice/v2.0/IterationCumulativeFlowData?&query=(IterationObjectID = 11111111)&fetch=true&pretty=true 

我想通过仅传递项目名称来避免这种情况......

如果不可能,我怎样才能获得属于特定项目的当前迭代的id迭代?

https://rally1.rallydev.com/slm/webservice/v2.0/iteration?query=(Project.name = "xxxxx")&fetch=ObjectID&pretty=true 

上面给出了属于项目的所有项目,但我需要当前项目。

2 个答案:

答案 0 :(得分:0)

有一个特殊的当前迭代终点:

/iteration:current?project=/project/12345

您无法按项目名称查询,但您可以按对象ID指定项目。

或者,如果您按项目名称需要它,那么您可以在上面的第二个网址中执行您正在执行的操作,但也可以使用((StartDate < today) AND (EndDate > today))的其他过滤器。

答案 1 :(得分:0)

To send workspace name and project follow below

Schema request by workspace:

https://rally1.rallydev.com/slm/schema/v2.0/workspace// Schema request by project (service discovers the workspace):

https://rally1.rallydev.com/slm/schema/v2.0/project//