Hi,
Imagine I have a new project and I create my first EPIC, I have a custom field where I set a value. Example
uffective = "ABCD"
Later, once an EPIC is created, I wish to update all their field "uffective" to the same value than the first EPIC. This value must be the same for all the EPICS in the same project.
I'm trying to use automation for this, but I can't find a solution.
Here are the steps I have in mind:
1) Scheduled Query: all the EPICS with uffective is EMPTY
2) Copy value: copy the uffective value somewhere as a global variable (in the context of the automation)
3) Other query: for all the EPICS copy the value in the uffective field