简体   繁体   中英

JQL for Epics that have stories in the current sprint?

Is there a way to get the list of epics that have issues in the current sprint? I'm aware of sprint in openSprints() , but that returns the issues themselves. Typically in our setup the epics don't belong to any one sprint.

如果安装了scriptrunner,则可以使用以下代码

issueFunction in linkedIssuesOf("Sprint in openSprints()", "has Epic")

For me it works with

issueFunction in issuesinEpics("issueFunction in epicsOf(\"Sprint in openSprints()\")") 

in case someone is still interested xD

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM