Hi everyone,
I need to set dynamic labels for tasks, but so far, I can't get it right.
Here is what I need:
I set an automation to create children when an Epic is created.
Epic (has fix version)
When the tasks A/B and D/C are automatically created, I need to set their labels like:
- Labels Task A/B = [{Epic fix version}_A, {Epic fix version}_B]
- Labels Task D/C = [{Epic fix version}_D, {Epic fix version}_C]
Any idea about how to set labels for tasks created during an automation based on the Epic fix version and concatenated with some strings?