
| Key: |
JRA-14673
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Duplicate
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Dominick More
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Duplicate
|
|
This issue duplicates:
|
|
|
JRA-1993 Resolving an issue should automatically put the estimated time remaining to 0
|
|
|
|
|
|
|
|
|
When a "Sub-Task" is resolved the full "original estimate" should be deducted from the parent issue "Remaining Estimate" regardless of the "Work log" entries of the "Sub-Task". We don't force our users to enter work logs but we do force them to enter the "original estimate" so we can leverage the timetracking functionality to schedule releases.
|
|
Description
|
When a "Sub-Task" is resolved the full "original estimate" should be deducted from the parent issue "Remaining Estimate" regardless of the "Work log" entries of the "Sub-Task". We don't force our users to enter work logs but we do force them to enter the "original estimate" so we can leverage the timetracking functionality to schedule releases. |
Show » |
|
I see what you mean.
One of JIRA's major strengths is that the workflows can be customised. Therefore it is difficult for us to enforce when the estimates should be deducted.
I believe a good solution to this problem is implementing JRA-1993. Therefore, when a sub-task is resolved, its remaining estimate will drop to 0 and the parent's totals will also be adjusted.
On more technical level, the parent issue does not actually store the totals. They are calculated on the fly each time, based on the sub-tasks. This is needed, as a user might not be able to see all sub-tasks.
Therefore, I would like to resolve this issue as a duplicate of JRA-1993.
Cheers,
Anton