Question

I know how to manage milestones for several projects, but is there also an option (or a plugin) where I can see all (open) milestones from all projects?

edit: I use Gitlab

Was it helpful?

Solution

Gitlab 7.1 includes a new feature: Group Milestones.

Users are now able to see all milestones for different projects in the same group. It is not exactly what you wanted to do, but is a viable alternative, I think.

Reference: https://about.gitlab.com/2014/07/22/gitlab-7-dot-1-released/

OTHER TIPS

The solution proposed by @novalore didn't fully meet my needs, in the meantime however this is what works for me:

in Gitlab under Dashboard -> Issues select "Everyones's" - that way at least all/open/closed issues of all projects are visible

is there also an option (or a plugin) where I can see all (open) milestones from all projects?

4 years later, you could consider the latest GitLab 11.2 released yesterday (August 22nd, 2018)

See "Group milestones on dashboard milestones list page "

Milestones in GitLab are useful for tracking work within an iteration or a sprint. In particular, group-level milestones allow issues across several different projects to be tracked together.

With this release, we are showing group milestones on the dashboard milestones page.
This means that users will now be able to see all milestones (both project and group milestones) that they have access to in the GitLab instance, all in a single location.

https://about.gitlab.com/images/11_2/group-milestones-dashboard.png

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top