使用 JIRA GreenHopper API 创建或获取燃尽图
我们正在安装 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 技术交流群。

如果您正在使用 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