Versions from another project show in the backlog screen

Guy Marom September 21, 2019

Our backlog screen shows the following versions:

image.png

 

 

While our releases only contains this:

image.png

 

Thanks for the help!

Guy

 

2 answers

2 accepted

0 votes
Answer accepted
Guy Marom September 22, 2019

I found the solution.

It turns out the projects included in the board consist of all the projects the filter searches over, and not just the projects that actually appear in the result.

My full board query was `project = my_proj AND (statusCategory != Done OR updatedDate > -2d AND status = done) ORDER BY Rank ASC`
This meant the filter going over all the projects...

I modified the board filter to `project = my_pro ORDER BY Rank ASC` and moved the other conditions to the sub filter in the board settings

Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 22, 2019

Precisely. That was the purpose of my inquiry. 

0 votes
Answer accepted
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 22, 2019

Did you inspect the boards filter to verify the projects associated with the backlog?

Guy Marom September 22, 2019

Thanks for the answer.

 

The board's filter includes "project = 'my_project'"
But in the board settings I see this:

image.png

Suggest an answer

Log in or Sign up to answer