Reputation: 59
JIRA User Story Time Tracking
I recently adopted JIRA as a Scrum agile development tool.
This is my scenario:
Time Tracking: Remaining Estimate and Time Spent
Our Product Owner populates BackLog with “User Story” issues
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:
Time Tracking Remaining : 1 week
When actually the team has worked 2 days!
Thanks
Upvotes: 2
Views: 2987
Reputation: 259
Your issue is a well known Jira Issue
It's a very old issue, and I'm surprised that Atlassian does not react to this.
Some users found a workaround (if you have installed Jira on your own server, not onDemand) : creating a scripted custom field, but I didn't try it
Upvotes: 2