JIRA User Story Time Tracking
I recently adopted JIRA as a Scrum agile development tool.
This is my scenario:
- Scrum board
- Estimation Statistic: Original Time Estimate
Time Tracking: Remaining Estimate and Time Spent
Our Product Owner populates BackLog with “User Story” issues
- Our team estimates each “User Story” so we fill “Original Estimate” field in the “User Story”
Once all “User Stories” are dropped to current sprint, we start the sprint.
At this point, only “User Story” issues exists in the current sprint. Then, the development team starts working.
So, a team member takes the first user story issue and breaks it down into several sub tasks (depending on user story complexity).
Once a sub task is completed, the team member logs work into the sub task “Time Spent” field.
What do we expect?
We expect, “Remaining time” in “User Story time tracking” is updated by the following formula:
[Remaining Estimate] = [Original Estimate] – ( Sum([ work log ]) )
Where Sum([ work log ]) is the sum of “all work logged in all subtasks” plus “work log in user story”
What we got
Remaining is ONLY updated with “work log in user story” even when “Include sub-tasks” is checked
Is there any method or workaround to use JIRA to fit our needs?
Example:
- Create User Story Issue “User Story 1” and estimate it (Original Estimate): 1 week
- Create subtask “Subtask 1”
- Create subtask “Subtask 2”
- Log work in Subtask 1: 1 day
- Log work un Subtask 2: 1 day
- Refresh “User Story 1” issue time tracking
Time Tracking Remaining : 1 week
When actually the team has worked 2 days!
Thanks