Add docs on milestone percentage stats

Clarify how the milestone percentage is calculated in the docs.
Include example image of milestone.
This commit is contained in:
Chris Wilson 2017-05-17 15:40:02 +10:00
parent 39baadbd01
commit 2e98f5bcbc
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -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)