How to Roll Up Story Points from Subtasks to the Parent

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

Комментарии • 21

  • @11174071
    @11174071 Месяц назад

    it is working! thank you so much! I've added the sum "Story Points" to the parent Task (not to the Story, like you did - but it still woking)

  • @RipunjoyKalita-t2h
    @RipunjoyKalita-t2h 5 дней назад

    Does this not work for the Effort field? I have been trying to set this up for the Effort field but it does not seem to work

  • @hilarywillis741
    @hilarywillis741 Год назад +1

    Hi Alex! Does this affect any of the reports available in Jira? Will the US points be counted in addition to the sub task points?

  • @YanraOnesja
    @YanraOnesja Год назад +2

    Grt tip!

  • @AndriiKupriianov-f9d
    @AndriiKupriianov-f9d 4 месяца назад

    I don't see filed story points in subtasks in company managed project

  • @varuna4635
    @varuna4635 7 месяцев назад

    Thanks for sharing this.
    However at the subtasks level, we don't see an option to define the story points. What could we be missing?

  • @sauravrajeev
    @sauravrajeev Год назад +7

    {{issue.subtasks.Story Points.sum}} - The code.

  • @AndriiKupriianov-f9d
    @AndriiKupriianov-f9d 4 месяца назад

    How can I do this for Original estimate field?

  • @slnt-k2r
    @slnt-k2r Год назад

    How do you handle when the summation don't match the modified Fibonacci sequence or when the numbers get too large? A possibility when its too large is to break the story up into two or three depending on the size but then you sit with a massive amount of stories. In addition, when you break up the stories you loose the traceability of the tasks in the other stories which was originally in the main story, again there is a workaround by linking the stories but isn't there a more attractive way?

  • @AndriiKupriianov-f9d
    @AndriiKupriianov-f9d 4 месяца назад

    I don't see field story points in subtasks. I have company managed project, also have it in configuration but don't have it to fill in in subtask

  • @sumeetbakshi7636
    @sumeetbakshi7636 9 месяцев назад

    In my understanding, story points are relative terms. If subtasks are assigned to different team members. They might have different estimation of same story point. Let’s say story point 3 is medium complexity of work for one but low complexity/ effort for another team member. Is it advisable to add these story point to roll up?

  • @vandanaathani7560
    @vandanaathani7560 9 месяцев назад

    Hi , Do we have same solution for Azure DevOps?

  • @Dmytro_Haranzha
    @Dmytro_Haranzha Год назад +1

    Thank you very much, Alex! Excellent video as all another on your Chanel!
    But let's imagine the situation that the Story points field of the Parent Story already contains some value, for example 20. After some time, 2 subtasks were created inside the Story to which the values in the Story points field were also added, for example 5 and 10.
    What the result of the automation rule we will get:
    - Automation will not work,
    - Automation will replace the original value of 20 with the sum of Story points of 2 subtasks (15+5).
    - Automation will show the sum of the initial value and two subtasks (20+10+5)?

    • @ApetechTechTutorials
      @ApetechTechTutorials  Год назад +1

      Automation will replace the original with summation of the subtasks. . . you want to make a decision and go one way or another. You can't have your cake and eat it as well.

  • @Anna-kc6ll
    @Anna-kc6ll 8 месяцев назад

    Hi! Thanks for sharing! I copied the entire code and follow the steps to the dot. Unfortunatelly, the automation does not work for me :( Pity, bc it would be benefitial.

  • @debimohanty1
    @debimohanty1 9 месяцев назад

    Great tip!! but a question, if I delete/remove a sub-task then it should also recalculate the story point right? for me it is not happening,
    Flow: Added automation-> changed the stroy point in sub-task--> successfully reflects
    Flow: Delted subtask --> story point in Story does not change to None/0 again

  • @praveenkumartupakula8820
    @praveenkumartupakula8820 8 месяцев назад

    Hi,
    Thanks for your help, is it possible to sum story points in Fibonacci series,
    please share the code.
    Thanks,
    Praveen.

  • @divyaverma1101
    @divyaverma1101 6 месяцев назад

    It didn't worked,,, even though I followed exactly same steps.🙄