Feature #2561
openCorrelate workflow with Issue complete percentage
0%
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
Updated by Mark Thomas almost 16 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).
Updated by Eric Davis almost 16 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).
Updated by Mark Towfiq almost 16 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.
Updated by Eric Davis almost 16 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).
Updated by Mike Rogers over 15 years ago
Hey Eric,
Did you ever get access to the patch? This would be very useful to me.
Thanks.
Updated by Brad Mace over 15 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%.
Updated by Tim Bouman about 15 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'
Updated by Eric Davis almost 15 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.
Updated by Jean-Philippe Lang almost 12 years ago
- Status changed from 7 to New
Assigned issue with no assignee back to New status.