Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Error "The projects in this board cannot be listed because of the complexity of the board filter"

Yesuratnam Maddu
Contributor
December 16, 2022

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

2 answers

1 accepted

0 votes
Answer accepted
John Funk
Community Champion
December 16, 2022

Hi @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.

Jack Brickey
Community Champion
December 16, 2022

@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.

Like # people like this
Yesuratnam Maddu
Contributor
December 16, 2022

@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

Like # people like this
Yesuratnam Maddu
Contributor
December 16, 2022

@Jack Brickey Thanks For Your Query and Help. 

Like John Funk likes this
0 votes
Jack Brickey
Community Champion
December 16, 2022

Does the filter work if placed in the advanced issue search?

Suggest an answer

Log in or Sign up to answer