diff options
author | Chris Wilson <chris@chrisjwilson.com> | 2017-05-17 15:40:02 +1000 |
---|---|---|
committer | Chris Wilson <chris@chrisjwilson.com> | 2017-05-25 14:31:12 +1000 |
commit | 2e98f5bcbcacb857120b6684b10e1788bda7c6a2 (patch) | |
tree | ab06b645cf172a87628d0d4879d04e2a3682a457 /doc | |
parent | 39baadbd017a1e36cf95b0ad1a503015bd5e562f (diff) | |
download | gitlab-ce-2e98f5bcbcacb857120b6684b10e1788bda7c6a2.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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/milestones/img/progress.png | bin | 0 -> 23491 bytes | |||
-rw-r--r-- | doc/user/project/milestones/index.md | 8 |
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 Binary files differnew file mode 100644 index 00000000000..c85aecca729 --- /dev/null +++ b/doc/user/project/milestones/img/progress.png 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) |