使用 JIRA GreenHopper API 创建或获取燃尽图

发布于 11-06 21:25 字数 321 浏览 9 评论 0原文

我们正在安装 JIRA GreenHopper Agile 扩展。

使用 JIRA 的 Web 界面可以查看燃尽图。

我有一个 Silverlight 应用程序,我想在其中显示基于 JIRA 中的数据的燃尽图。仅当我在 SL 应用程序中硬编码日期间隔以及我想要燃尽图的冲刺时,才能完成此操作。不像我想要的那样充满活力。

有没有办法使用 API 找出哪个冲刺是当前冲刺、冲刺的开始日期和结束日期?如果没有这些信息,似乎很难使用 GreenHopper API 创建燃尽图。

或者你们是否有更好的想法如何继续获得燃尽图。

感谢任何帮助或建议,谢谢:-)

We're having the JIRA GreenHopper Agile extension installed.

Using the web interface of JIRA it is possible to take a look at burndown charts.

I'm having a Silverlight app, where I want to display a burndown chart based on the data in JIRA. This, can be done only if I in the SL app hardcode a date interval and what sprint I want the burndown chart for. Not as dynamic as I want it to be.

Is there a way to find out which sprint is the current sprint, the start date and end date of a sprint using the API? Without this information it seems difficult to create a burndown chart at all with the GreenHopper API.

Or do you guys have an even better idea how to proceed to be able to get that burndown chart.

Any help or advice is appreciated, Thanks :-)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

山有枢2024-11-13 21:25:23

如果您正在使用 JIRA 4.3,您可能会查看
“earliestUnreleasedVersion”JQL 函数:
http://confluence.atlassian.com/display/JIRA043/Advanced+Searching #AdvancedSearching-earliestUnreleasedVersion

这为您提供了即将发布的下一个版本。

当然,这是假设您可以使用 SL 中的 JQL 函数。

弗朗西斯

If you're interfacing with JIRA 4.3, you might have a look at the
'earliestUnreleasedVersion' JQL function:
http://confluence.atlassian.com/display/JIRA043/Advanced+Searching#AdvancedSearching-earliestUnreleasedVersion

This provides you the next version that is due to be released.

Of course this is assuming that you can use JQL functions from SL.

Francis

2024-11-13 21:25:23

我假设您使用版本来管理您的冲刺。在这种情况下,您可以使用“getVersions”函数,并从结果中查找尚未发布的版本和/或开始-结束日期包括今天。

I assume you use versions to manage your sprints. In this case, you can use the 'getVersions' function and from the result find the version that is not yet release and/or the start- enddate includes today.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文