So I have a question, I realize that there are a number of questions on how to insert data from a activity or work item into a email notification. What I don't find is how to get information from the parent work item from
a child activity. The example I am currently working on is I have email notification for a RA and I am trying to get information about the parent CR. I have used the "Contains Activity" and that got me access to the
ID and title using the SeedRole='Target' method (I am guessing because they are part of the basic work item class that all of the work items inherit from. The problem is everything else doesn't work.
Question A. Is there a way to make the solution above work?
Question B. Is there a way to get the data from the "In Progress" activity if I created the email notification from the CR class.
Thanks in advance.