summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chrisjwilson.com>2017-05-17 15:40:02 +1000
committerChris Wilson <chris@chrisjwilson.com>2017-05-25 14:31:12 +1000
commit2e98f5bcbcacb857120b6684b10e1788bda7c6a2 (patch)
treeab06b645cf172a87628d0d4879d04e2a3682a457
parent39baadbd017a1e36cf95b0ad1a503015bd5e562f (diff)
downloadgitlab-ce-mrchrisw-add-mr-stats.tar.gz
Add docs on milestone percentage statsmrchrisw-add-mr-stats
Clarify how the milestone percentage is calculated in the docs. Include example image of milestone.
-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)