Ciao,
ho creato un campo custom chiamato "Stima Story" (campo numerico) ed eredita l'original estimate (in giorni) della story (tramite Automation); poi ho creato altre regole che fanno roll up sull'epica (principale) poi sul Work Package e poi sull'Iniziativa. Ho modificato la regola che, quando cambio epica alla story (quindi cambio il padre) la story modifica la "Stima Story" della nuova epica (es. se original estimate era 1 giorno questa si aggiunge alla nuova epica) ma contemporaneamente non viene tolto 1 giorno dal vecchio padre.
Vi metto gli screenshot della regola, sapete aiutarmi? Grazie
I believe you will need to separate this scenario into two rules: one triggered on a change to the Parent and one on a change to the custom field, "Story Estimate". That will help with the special handling necessary for the change of the parent.
For example, the rule triggered on a change to the Parent could use the changelog smart value to update both the previous and new one based upon the changes with separate branches:
Please note well: your rules only handle cases for changes of fields. But, there are several other possible ways the Parent or Story Estimate field could change and impact the sum. To learn more, please see this article I wrote on summing / synching fields between parents and children:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.