I received the error "The projects in this board cannot be listed because of the complexity of the board filter" in my board.
I have used the below filter
project = IOT_DS AND "Epic Link" = IOT_DS-2185 OR "Epic Name" ~ "Spring Window Fashion" OR issueFunction in subtasksOf("'Epic Link' = IOT_DS-2185") ORDER BY Rank ASC
i tried to simplify it, but still getting the same error.
Thank You,
Yesuratnam. Maddu
It’s not really an error but more of an information display. This is a common message for any board filter with more than 2 or 3 projects included in the filter. It should not prevent the filter from working in any way.
@Yesuratnam Maddu , I also wonder if your filter is what you want. I wonder if the scope of your goal is limited to the IOT_DS project. If so you need to add parentheses...
project = IOT_DS AND ("Epic Link" = IOT_DS-2185 OR "Epic Name" ~ "Spring Window Fashion" OR issueFunction in subtasksOf("'Epic Link' = IOT_DS-2185")) ORDER BY Rank ASC
however, that isn't the source of the error message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@John Funk and @Jack Brickey Thanks for suggestions, I fixed the filter.
project = IOT_DS AND "Epic Link" = IOT_DS-2185 OR project = IOT_DS AND issueFunction in subtasksOf("project = IOT_DS AND 'Epic Link' = IOT_DS-2185") ORDER BY Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does the filter work if placed in the advanced issue search?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.