How to get parent custom fields? #289
Unanswered
ArtJensenDK
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to write a rule that rolls down some custom fields from parents to children.
I have used:
var parentWorkItem = self.Parent;
self["Custom.Customer"] = parentWorkItem**.Title**;
Does anyone know how to get the parent's custom fields?
Beta Was this translation helpful? Give feedback.
All reactions