Canned filters does not support JQL functions with arguments and IN operator
Description
When the JQL contains a IN clause together with a JQL function with parameters, the user cannot select variables.
The following JQLs do not work
reporter in membersOf("jira-users")
created > endOfMonth("4")
location in cascadeOption("USA","New York")
assignee in componentsLeadByUser(username)
Workaround
A workaround is to split the complex query into 1 filter and use it in the canned filter
E.g.
The original query is
It can be split into 1 saved filter
and then reused in the canned filter by appending the id of the filter
Environment
None
Activity
Show:
Hua Soon SIM [Akeles]
July 21, 2015, 2:52 AM
Added the workaround.