-->

JQL Query - Use a filter result in another JQL que

2019-08-01 19:30发布

问题:

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.



标签: jira jql