JQL Query - Use a filter result in another JQL query

限于喜欢 提交于 2019-12-11 04:10:33

问题


I have a JQL filter searching for epics fulfilling certain requirements.

Now i would like to do something like:

"Epic Link" in (filter= 22611)

I know one can use filters with AND etc, but this doesn´t seem to work. Is this even possible or is there another way round?

Thank you!


回答1:


Nested JQL calls are not (yet) possible in Jira. Atlassian have a feature request raised for this here.

You will need to accommodate the JQL with the AND operator in front.



来源:https://stackoverflow.com/questions/56100143/jql-query-use-a-filter-result-in-another-jql-query

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!