DoneRatio issues overview » History » Version 13
Mischa The Evil, 2021-08-30 08:21
Move TOC to the righthand side of the page.
1 | 1 | Mischa The Evil | h1. DoneRatio issues overview |
---|---|---|---|
2 | |||
3 | 13 | Mischa The Evil | {{>toc}} |
4 | 1 | Mischa The Evil | |
5 | h2. Introduction |
||
6 | |||
7 | This page lists an overview of open issues which are speaking specifically about changing the done ratio (@% Done@) behavior in several ways. This list could be used while managing all the issue duplicates. |
||
8 | |||
9 | h2. Current options for "Calculate the issue done ratio with"-setting |
||
10 | |||
11 | # Use the issue field (option 1) |
||
12 | # Use the issue status (option 2) |
||
13 | |||
14 | h2. Issue list |
||
15 | |||
16 | h3. Implementation of existing "Use the issue status"-setting (option 2) |
||
17 | |||
18 | * Patch #4274: Use Issue status for percent done |
||
19 | ** Revision r3151[1], "added by Eric Davis over 3 years ago" |
||
20 | |||
21 | 9 | Mischa The Evil | h3. Requests (and patches) for adding 3rd option "Use the logged and estimated time" |
22 | 1 | Mischa The Evil | |
23 | 11 | Mischa The Evil | * Plugins: |
24 | ** "done_ratio_via_time":/plugins/done_ratio_via_time (at "GitHub":https://github.com/tfdevel/done_ratio_via_time) |
||
25 | |||
26 | 12 | Mischa The Evil | * Bare implementation patch(es): |
27 | ** Patch #13400: Calculate %done based on estimated and logged time |
||
28 | * Extended implementation patch(es): |
||
29 | ** Feature #24277: Introducing Remaining Time field as method to track the remaining time to complete an issue |
||
30 | * Alternative implementation (WIP/POC) patch(es): |
||
31 | ** Feature #35657: Spent time ratio column and filter |
||
32 | |||
33 | 1 | Mischa The Evil | * Feature #952: Update % to be programatic not arbitrary |
34 | * Feature #3719: Automatical % Done regarding to Spent Time / Estimated Time |
||
35 | * Feature #7545: Calculate the issue done ratio |
||
36 | * Feature #7635: Edit % Done while logging time |
||
37 | * Feature #11999: Calculating issue done ratio based on "Estimated Time" and "Spent Time" - selectable by project (not globally) |
||
38 | * Feature #12762: Add option to calculate done ratio with the data from time tracking |
||
39 | 12 | Mischa The Evil | |
40 | |||
41 | 1 | Mischa The Evil | |
42 | h3. Requests (and plugin) for adding 4th option "Use the issue status and field" |
||
43 | |||
44 | 11 | Mischa The Evil | * Plugins: |
45 | ** -Redmine Issue Done Ratio Both plugin at "GitHub":https://github.com/vaz/redmine_issue_done_ratio_both- [Implementation of #6975; not existent any longer] |
||
46 | ** "Issue Done Ratio Plugin":/plugins/redmine_percent_done (at "GitHub":https://github.com/jkraemer/redmine_percent_done) [Implementation of #6975; new rebuild of previous plugin] |
||
47 | |||
48 | 1 | Mischa The Evil | * Feature #6975: Autocalculate the issue done ratio only for certain issue status |
49 | * Feature #11809: update progress depending on status (just default value) |
||
50 | * Feature #11989: New Allow done ratios to be affected by status AND field |
||
51 | * Feature #12361: Mixed done ratio calculation mode |
||
52 | * Feature #20398: Use the issues field AND the issues status for issue done ratio |
||
53 | 10 | Mischa The Evil | |
54 | h3. Requests to turn the application setting "Calculate the issue done ratio with" into a project setting |
||
55 | |||
56 | * Feature #11999: Calculating issue done ratio based on "Estimated Time" and "Spent Time" - selectable by project (not globally) |
||
57 | * Feature #12347: "Calculate the issue done ratio" per project configuration |
||
58 | 5 | Mischa The Evil | |
59 | 8 | Mischa The Evil | h3. Request for adding a fix for parent task done ratio calculation when "Use the issue field"-setting (option 1) is used |
60 | |||
61 | * Defect #21449: Automatic done ratio calculation in issue tree is wrong when parent has its own estimated time |
||
62 | |||
63 | 5 | Mischa The Evil | h3. Request for adding a fix for parent task done ratio calculation when "Use the issue status"-setting (option 2) is used |
64 | |||
65 | * Defect #6609: % Done for Parent Tasks [2] |
||
66 | 1 | Mischa The Evil | |
67 | h3. Requests to be able to change done ratio via commit messages (ext. #1518 and #4155) |
||
68 | |||
69 | * Feature #7376: Allow percent done to be updated via VCS commit message |
||
70 | * Feature #9715: New Update issue done ratio from commit message |
||
71 | * Feature #12815: implement commit keyword to set or to increase issue done ratio of referenced ticket |
||
72 | |||
73 | h3. Requests to automatically change done ratio to 100% when an issue is closed (assigned closed marked status) |
||
74 | |||
75 | * Feature #1306: New resolution fixed and % done out of sync |
||
76 | * Feature #12868: status related to progress bar |
||
77 | 7 | Mischa The Evil | * Feature #33894: Automatically set done ratio to 100% when closing a issue |
78 | 1 | Mischa The Evil | |
79 | fn1. Commit-msg of r3151: <pre>Adds a Setting to control how an Issue's done_ratio is calculated: |
||
80 | • Issue field (default) - the done_ratio field for the Issue |
||
81 | • Issue status - uses the Issue Status's value |
||
82 | #4274</pre> |