简体   繁体   English

Jira JQL筛选看板以查找“我的”史诗中的所有问题

[英]Jira JQL to filter Kanban board for all issues within “my” epics

I have a Kanban board with epics assigned to different users. 我有一个看板,其中将史诗分配给了不同的用户。 I have the swim lanes configured to group issues by epics. 我将泳道配置为按史诗分组问题。

Now I'd like to have a filter which shows only issues with an epic link where the epic is assigned to me. 现在,我想要一个过滤器,该过滤器仅显示与史诗链接有关的问题,其中史诗已分配给我。 In other words, I'd like to see "my" epics and everything inside as swim lanes. 换句话说,我希望看到“我的”史诗以及里面的所有东西,就像泳道一样。

Basically you need Scriptrunner plugin for this. 基本上,您需要为此使用Scriptrunner插件。 you have to do is something like this. 你要做的就是这样。

issueFunction in linkedIssuesOf("issuetype = epic and assignee = currentUser()")

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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