问题
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