Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-05-25 12:02:27 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-05-25 12:02:27 +0300
commit1086a3bdbd4824eb4ef1d7d72b1803d5db09baab (patch)
tree3fc5c1a7ee57d7c1c1a208608881be37adc0871a /doc
parent7c7fe22c27820b941af51bdef84c3832dda0683e (diff)
parent2e98f5bcbcacb857120b6684b10e1788bda7c6a2 (diff)
Merge branch 'mrchrisw-add-mr-stats' into 'master'
Add docs on milestone percentage stats See merge request !11428
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/milestones/img/progress.pngbin0 -> 23491 bytes
-rw-r--r--doc/user/project/milestones/index.md8
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/user/project/milestones/img/progress.png b/doc/user/project/milestones/img/progress.png
new file mode 100644
index 00000000000..c85aecca729
--- /dev/null
+++ b/doc/user/project/milestones/img/progress.png
Binary files differ
diff --git a/doc/user/project/milestones/index.md b/doc/user/project/milestones/index.md
index a43a42a8fe8..99233ed5ae2 100644
--- a/doc/user/project/milestones/index.md
+++ b/doc/user/project/milestones/index.md
@@ -44,3 +44,11 @@ special options available when filtering by milestone:
* **Started** - show issues or merge requests from any milestone with a start
date less than today. Note that this can return results from several
milestones in the same project.
+
+## Milestone progress statistics
+
+Milestone statistics can be viewed in the milestone sidebar. The milestone percentage statistic
+is calculated as; closed and merged merge requests plus all closed issues divided by
+total merge requests and issues.
+
+![Milestone statistics](img/progress.png)