Commit 1086a3bd authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

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

Add docs on milestone percentage stats

See merge request !11428
parents 7c7fe22c 2e98f5bc
...@@ -44,3 +44,11 @@ special options available when filtering by milestone: ...@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment