Merge branch 'mrchrisw-add-mr-stats' into 'master'
Add docs on milestone percentage stats See merge request !11428
This commit is contained in:
commit
1086a3bdbd
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
|
|
@ -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.
|
||||||
|
|
||||||
|

|
||||||
|
|
|
||||||
Loading…
Reference in New Issue