Just like summing story points to a parent I want to do the same thing with story point estimates. for example if I have 3 subtasks for a story, each with story point estimate = 5. Then I want the parent story point estimate to show the sum of15.
Check out this video tutorial on how to sum up subtask story points to a story: https://youtu.be/60sWD66l19k
You may have to use a separate customfield for the story points estimate if you don't have one already.
Cheers
Thanks Fabian, the video shows how to sum up story points, not story point estimates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are in Cloud, you can use the original estimate custom field. You can modify the smart values to be {{lookupIssues.original estimate.sum}} instead of {{lookupIssues.Story Points.sum}}.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Fabian Lim Hi Fabian , I'm trying to work according to your instruction in the video but with a different fields, I don't want to run over the Story Point field in the Story issue type. I want to sum up the field in subtask named "Story point estimate" into field "Estimated Story points" field in Story. My automation looks like this, the rule pass and the log said that Story field update successfully but actually the field in Story doesn't update and remains None. I'll be glad to get some advise here. Thanks in advanced. Sari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can look into ScriptRunner, which can easily do this. The downside of things is that you will need to know how to write the script that will do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Im not familiar with scriptrunner yet. Is there any guidance online?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.