Actions
DoneRatio issues overview » History » Revision 12
« Previous |
Revision 12/13
(diff)
| Next »
Mischa The Evil, 2021-08-30 00:49
Added first level patch implementation categorization for items under 'Requests (and patches) for adding 3rd option [...]'.
DoneRatio issues overview¶
- Table of contents
- DoneRatio issues overview
- Introduction
- Current options for "Calculate the issue done ratio with"-setting
- Issue list
- Implementation of existing "Use the issue status"-setting (option 2)
- Requests (and patches) for adding 3rd option "Use the logged and estimated time"
- Requests (and plugin) for adding 4th option "Use the issue status and field"
- Requests to turn the application setting "Calculate the issue done ratio with" into a project setting
- Request for adding a fix for parent task done ratio calculation when "Use the issue field"-setting (option 1) is used
- Request for adding a fix for parent task done ratio calculation when "Use the issue status"-setting (option 2) is used
- Requests to be able to change done ratio via commit messages (ext. #1518 and #4155)
- Requests to automatically change done ratio to 100% when an issue is closed (assigned closed marked status)
Introduction¶
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.
Current options for "Calculate the issue done ratio with"-setting¶
- Use the issue field (option 1)
- Use the issue status (option 2)
Issue list¶
Implementation of existing "Use the issue status"-setting (option 2)¶
- Patch #4274: Use Issue status for percent done
Requests (and patches) for adding 3rd option "Use the logged and estimated time"¶
- Plugins:
- Bare implementation patch(es):
- Patch #13400: Calculate %done based on estimated and logged time
- Extended implementation patch(es):
- Feature #24277: Introducing Remaining Time field as method to track the remaining time to complete an issue
- Alternative implementation (WIP/POC) patch(es):
- Feature #35657: Spent time ratio column and filter
- Feature #952: Update % to be programatic not arbitrary
- Feature #3719: Automatical % Done regarding to Spent Time / Estimated Time
- Feature #7545: Calculate the issue done ratio
- Feature #7635: Edit % Done while logging time
- Feature #11999: Calculating issue done ratio based on "Estimated Time" and "Spent Time" - selectable by project (not globally)
- Feature #12762: Add option to calculate done ratio with the data from time tracking
Requests (and plugin) for adding 4th option "Use the issue status and field"¶
- Plugins:
Redmine Issue Done Ratio Both plugin at GitHub[Implementation of #6975; not existent any longer]- Issue Done Ratio Plugin (at GitHub) [Implementation of #6975; new rebuild of previous plugin]
- Feature #6975: Autocalculate the issue done ratio only for certain issue status
- Feature #11809: update progress depending on status (just default value)
- Feature #11989: New Allow done ratios to be affected by status AND field
- Feature #12361: Mixed done ratio calculation mode
- Feature #20398: Use the issues field AND the issues status for issue done ratio
Requests to turn the application setting "Calculate the issue done ratio with" into a project setting¶
- Feature #11999: Calculating issue done ratio based on "Estimated Time" and "Spent Time" - selectable by project (not globally)
- Feature #12347: "Calculate the issue done ratio" per project configuration
Request for adding a fix for parent task done ratio calculation when "Use the issue field"-setting (option 1) is used¶
- Defect #21449: Automatic done ratio calculation in issue tree is wrong when parent has its own estimated time
Request for adding a fix for parent task done ratio calculation when "Use the issue status"-setting (option 2) is used¶
- Defect #6609: % Done for Parent Tasks [2]
Requests to be able to change done ratio via commit messages (ext. #1518 and #4155)¶
- Feature #7376: Allow percent done to be updated via VCS commit message
- Feature #9715: New Update issue done ratio from commit message
- Feature #12815: implement commit keyword to set or to increase issue done ratio of referenced ticket
Requests to automatically change done ratio to 100% when an issue is closed (assigned closed marked status)¶
- Feature #1306: New resolution fixed and % done out of sync
- Feature #12868: status related to progress bar
- Feature #33894: Automatically set done ratio to 100% when closing a issue
1 Commit-msg of r3151:
Adds a Setting to control how an Issue's done_ratio is calculated: • Issue field (default) - the done_ratio field for the Issue • Issue status - uses the Issue Status's value #4274
Updated by Mischa The Evil about 3 years ago · 12 revisions