Hello, my company uses GitLab boards for our Sprint Planning and Management and so far I’m enjoying it. One thing I would love to see incorporated is a way to allow easy automation of moving issues between Board labels.
Let’s say I have an Issue in “Waiting for Merge” and the 1 MR related to that Issue get’s approved, merged, all tests pass etc. I’d love for that issue to be automatically moved to the next label which in this case is “Under Review”
I’ve seen some clunky looking setups using webhooks and the GitLab API to change labels, I feel like this should be implemented into the UI. Even if I have to apply this setting on each Issue/Board/Label individually it would be a great help.