Hello eveybody.
In the proejct I am setting, I have parent and children issues.
I am trying to synchronize a customfield (customfield_10232) between both. Here is an example :
Parent task has three subtasks with the following options selected :
Subt 1 - A,C
Subt 2 - B,C
Subt 3 - E
What I want is that parent task value for the customfield is A,B,C,E.
I thought it would be quite simple with a trigger on the modification of mentioned field, request on children issue and use {{lookupIssues.customfield10232.value}} and then I would just have to branch for the parent and change the value with either simple edition or JSON.
Simple edition does not work (obviously, silly me) and via JSON, I seem to not be able to edit correctly the JSON since it seems to be an array of arrays.
Does somebody have a simpler way to do that or could help me format easily the array please ? It seems quite hard to do and I have not been able to do that until now.
Thanks in advance.