Currently I only see 10 of X amount of issues in an issue board lane. Is it possible to have them load all or have the option to load all other issues? I’m on the selfhosted free version.
I already tried the Rails console but that did not fix the problem.
1 Like
Same here. Looking forward to fixing it – our workflow tied to issue board, and now it’s broken
1 Like
Same here. It is also throwing an error when dragging issue between lanes. Gitlab CE, it started doing this recently.
1 Like
There is a reported bug here: Board dynamic loading of issues fails (#436961) · Issues · GitLab.org / GitLab · GitLab
It also contains a temporary fix!
2 Likes
Thanks, @RoelSeptember ! The fix worked for me too.
Just in case anyone else steps into the issue, the workaround is to:
gitlab-rails console
::Feature.enable(:apollo_boards)
1 Like