I’m using the Gitlab Board to manage my issues, some like this:
| TODO | Doing | Review | Done |
- When I create a new issue, then I create a new branch, also (like feature branch);
- My issue will be moved to “Doing” (manually) when I start to work on this issue;
- After I have completed this issue, I open a new merge request and move to “Review” (manually);
- Once approved, the merge request, I move the issue to “Done” (manually).
I would like to use some trigger to solve these manually tasks.
Is there some native feature at Gitlab?