Rally:按发布的计划状态拉动故事计数? [英] Rally: Pull stories counts by schedule state for a release?

查看:26
本文介绍了Rally:按发布的计划状态拉动故事计数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从 API 中提取最新版本的故事计数,按计划状态细分.目前有一份报告可以做到这一点,但我在 API 中没有看到任何公开的方法.有谁知道这是否可以得到?

I'm trying to pull from the API of story counts for the latest release, broken down by schedule state. There's a report that does that currently, but I don't see any exposed method in the API. Does anyone know if that's possible to obtain?

推荐答案

您还可以通过更改查询参数来进一步过滤 Alan 上面的示例,并提供一些发布信息:

You can further filter down Alan's examples above with some release information as well by changing the query parameter:

query=((ScheduleState = Defined) AND (Release.Name = "My Release"))

query=((ScheduleState = Defined) AND (Release.Name = "My Release"))

您是使用 App SDK 还是使用我们的其他 REST 工具包(ruby、.net、python)之一编写应用程序?您可以在这里找到一些更好的代码示例:

Are you writing an app using the App SDK or using one of our other REST toolkits (ruby, .net, python)? You may be able to find some better code examples here:

http://developer.rallydev.com

这篇关于Rally:按发布的计划状态拉动故事计数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆