質問

いくつかのプロジェクトのマイルストーンを管理する方法を知っていますが、すべてのプロジェクトからすべての(開く)マイルストーンを見ることができるオプション(またはプラグイン)もありますか?

編集:gitlab

を使います

役に立ちましたか?

解決

gitlab 7.1には、新しい機能が含まれています。グループマイルストーン。

ユーザーは現在、同じグループ内のさまざまなプロジェクトに対してすべてのマイルストーンを見ることができます。 それはあなたがやりたいことではなく、実行可能な代替案です、私は思います。

リファレンス: https://about.gitlab.com / 2014/07/22 / GITLAB-7-DOT-1-realed /

他のヒント

@ノウバリアによって提案された解決策は私のニーズを完全に満たしていませんでしたが、これは私にとって働くものです:

ダッシュボードの下のgitlab - >問題「Everyones's」を選択します。そのように、すべてのプロジェクトの少なくともすべての/開閉問題が表示されます

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top