Skip to content

Fix an issue with group issue board error handling

Previuosly, if an error occurs (specifically a permission error), the board would fail to create, then try to use the nil issueBoard variable in state, which caused a panic. This short-circuits the state handling if an error occurs, and adds a nil check before we persist to state.

Closes #6468 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading