Vote #78351
完了Related to "no open issues" shows all issues
0%
説明
When filtering for issues that are related (bi-directional relationship) to "No open issues", all issues and not just the ones related to none or closed issues are shown.
journals
I confirmed the problem.
Suppose the following situation. All issues except Issue F have some relations.
!25478-reproduce-1.png!
*"Related to any open issues"* is expected to list issues which has "related to" relations open issues. It works fine.
!25478-reproduce-2.png!
*"Related to no open issues"* is expected to list issues which don't have "related to" relations to open issues. But actually it lists all issues in the project.
!25478-reproduce-3.png!
With the proposed patch by Kevin Fischer, *"Related to no open issues"* works as expected.
!25478-reproduce-4.png!
--------------------------------------------------------------------------------
Let's merge this fix to the core. Setting target version to 3.2.6.
--------------------------------------------------------------------------------
Go MAEDA, it is the expected behaviour for the filter "Related to no open issues" to return an issue without relations (Issue F from your screenshots)? From my point of view, only "Related to none" should return issues with no relations.
--------------------------------------------------------------------------------
Patch committed, thanks.
Marius BALTEANU wrote:
> Go MAEDA, it is the expected behaviour for the filter "Related to no open issues" to return an issue without relations (Issue F from your screenshots)?
Yes that was the expected behaviour. Maybe we would have to add another filter like "related to closed issues only" if it's needed.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------