|
|
|
|
|
by general_failure
3998 days ago
|
|
A feature I miss in GitLab and Github is an issue tracker across multiple repos. For example, our project has 5-10 repos but they are all part of single release/milestone. Currently, we have to create milestones in each of the repos and assign issues to those milestones. It's really a hassle. We cross reference commits a lot in the issues and this is the reason why we don't create a "empty" repo simple for common issues. Unless there is some way to say something like "Fixes commonissuetracker#43". Thanks, a very happy gitlab user |
|
We do the same thing as you, create the same milestone in each of the repo's and then use the group milestone view to see an overview.
It would be nice to have a create milestone at the group level that creates the milestone in all projects, would you be willing to contribute that?
Mentioning issues or merge requests in other projects can be done with the cross project reference, found in the right hand side of every issue and merge request, for example gitlab/organization#260