Hello,
I am attempting something with automation that I havent messed with much before so hoping to get some clarity here.
This is the scenario:
We have Initiatives and nested under those Initiatives are Features and Enablers. We have a mutli-value field on the features and enablers that I would like to roll up to the parent initiative whenever that field is updated. The issue here is that I need the values from all of the child features and enablers to roll up continuously.
So basically the parent needs to reflect the combination from all multi field values from all of the child tickets
As an example:
Feature 1 has values A, B, C, D in the multi field value
Feature 2 has values C, D, E in the multi field value
Feature 3 has values A, E in the multi field value
Feature 4 has values F in the multi field value
The parent of these features should show values A, B, C, D, E, F in the multi field value
Additionally if Feature 2 deletes D from the multi-field value, it should still show in the parent because it is still linked in Feature 1
Any thoughts on how I could approach this? Thanks in advance.