Merge branch 'mrchrisw-add-mr-stats' into 'master'

Add docs on milestone percentage stats

See merge request !11428
This commit is contained in:
Achilleas Pipinellis 2017-05-25 09:02:27 +00:00
commit 1086a3bdbd
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 * **Started** - show issues or merge requests from any milestone with a start
date less than today. Note that this can return results from several date less than today. Note that this can return results from several
milestones in the same project. 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)