#906  Boards: When clicking the "issue list" icon on a board lane the automatically computed issue filter is not correct
Released
jbauer opened 2 years ago

In board view each lane has a small icon "show issues in list" in the top right corner. When clicking it OneDev jumps into the issue list UI and applies a issue filter that should match the board lane issues.

The generated issue filter is like <base query> AND <selected milestone> AND <field that represents the board lane, e.g. state is "xx"> <order by clause from base query>

The issue is that my base query has an OR condition in it and that the generated issue filter does not put the base query into braces.

So instead of

<base query> AND <selected milestone> AND <field that represents the board lane, e.g. state is "xx"> <order by clause from base query>

it should be

(<base query>) AND <selected milestone> AND <field that represents the board lane, e.g. state is "xx"> <order by clause from base query>

jbauer commented 2 years ago

The same issue might exist for backlog base query when using the "show issues in list" icon on the backlog lane.

OneDev changed state to 'Closed' 2 years ago
Previous Value Current Value
Open
Closed
OneDev commented 2 years ago

State changed as code fixing the issue is committed

OneDev changed state to 'Released' 2 years ago
Previous Value Current Value
Closed
Released
OneDev commented 2 years ago

State changed as build #2956 is successful

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Affected Versions
Not Found
Issue Votes (0)
Watchers (3)
Reference
onedev/server#906
Please wait...
Page is in error, reload to recover