JQL:获取冲刺列表 [英] JQL: Get list of sprints

查看:64
本文介绍了JQL:获取冲刺列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以获取特定项目的冲刺列表?我知道有一种方法可以通过冲刺来查找问题,但是还没有找到任何方式来获取所有冲刺.

Is it possible to get a list of sprints for a particular project ? I know there is a way to find issues by a sprint, but haven't found any way to get all the sprints.

推荐答案

我使用以下rest调用来查找所有的sprint:

I use the following rest call to find all the sprints:

https://yourjira.com/rest/greenhopper /1.0/integration/teamcalendars/sprint/list?jql=project+%3D+YOURPROJECTKEY

要仅查找项目的打开冲刺,请运行以下命令: https: //yourjira.com/rest/greenhopper/1.0/integration/teamcalendars/sprint/list?jql=project+%3D+YOURPROJECTKEY+and+Sprint+not+in+closedSprints()

To find only the open sprint of the project I run this: https://yourjira.com/rest/greenhopper/1.0/integration/teamcalendars/sprint/list?jql=project+%3D+YOURPROJECTKEY+and+Sprint+not+in+closedSprints()

这篇关于JQL:获取冲刺列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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