Feature #2561
Correlate workflow with Issue complete percentage
Status: | New | Start date: | 2009-01-22 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: |
Description
Currently there seems to be no dependance regarding a particular issue in the pipeline with the "% Done" of the issue. For example, we have many issues that are in a "closed" state but are still sitting at 0% Done. The roadmap is inaccurate when compared to the actual issue status. 2 possible fixes or workarounds?
1)Give the option for the admin to set the "% Done" field to be required.
2)In the workflow/Issue statuses allow the admin to hardcode a "% Done" value depending on the state of the issue (i.e. New status=0% complete, assigned=20% complete, resolved=90% complete, etc., etc.).
Thank you, your product rocks and I've had it installed at 3 companies I've consulted at thus far!
Related issues
History
#1
Updated by Mark Thomas almost 14 years ago
+1
I would like to see this feature too. I'd like to be able to specify that Closed = 100% Done. I've considered patching my instance of Redmine, but it would be better as an administrator setting (or perhaps a plugin).
#2
Updated by Eric Davis almost 14 years ago
- Category changed from Custom fields to Issues
#952 describes this. I have a plugin that does this but it's not quite ready for release (bit on the hackish side).
#3
Updated by Mark Towfiq almost 14 years ago
Eric Davis wrote:
#952 describes this. I have a plugin that does this but it's not quite ready for release (bit on the hackish side).
Eric -- can you just attach a patch (diffs) to this bug of what you have right now anyway? I'm sure there's a ton of people out there who would rather start with what you have rather than start from scratch.
#4
Updated by Eric Davis almost 14 years ago
- Status changed from New to 7
- Assignee set to Eric Davis
Mark Towfiq wrote:
Eric -- can you just attach a patch (diffs) to this bug of what you have right now anyway? I'm sure there's a ton of people out there who would rather start with what you have rather than start from scratch.
Yea, I'll see what I can do (don't have access to it right now).
#5
Updated by Mike Rogers over 13 years ago
Hey Eric,
Did you ever get access to the patch? This would be very useful to me.
Thanks.
#6
Updated by Brad Mace over 13 years ago
In some cases it might be legitimate for an issue to be closed and 0% done. Maybe for a "won't fix" resolution. You could add a 'Is Complete' box to the issue status configuration to go with the "Is Closed". Then if a status with 'Is Complete' is selected, the done % could be set to 100%.
#7
Updated by Tim Bouman over 13 years ago
Is there an update on this matter? i still searching for something like this:
IF status=='Assigned' AND progress>0 AND progress<100 THEN status='In Progress'
IF status=='In Progress' AND progress==100 THEN status='Resolved'
#8
Updated by Eric Davis about 13 years ago
I've just created a patch for this on #4274. It makes an issue's % done to be managed by it's Issue Status.
#9
Updated by Eric Davis over 12 years ago
- Assignee deleted (
Eric Davis)
#10
Updated by Jean-Philippe Lang about 10 years ago
- Status changed from 7 to New
Assigned issue with no assignee back to New status.