Hello,
When I create a child issue (Evaluation), I would like to assign the child issue to an employee (Employee A) with an automation rule.
Here is what I have done, and it does not work.
Hi @Loic ,
Can you also share what type of field this custom field is where Employee A is set? Are we talking about the user picker or the textual field only?
Btw, as you're within a branch and you're trying to access the value from the parent/trigger issue, you'll have to use {{triggerIssue}} smart value. Basically, instead of
{{issue.customfield_10228}}
you'll need to use
{{triggerIssue.customfield_10228}}
Again, this might vary, depending on this customfield_10228 type.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.