I have a custom view that I work from and I need it to show me one more thing (which I am so close!) but I need help. I am new to this, so really playing around with the API explorer and building in text mode.
I found this code in reference collections and it did get me closer to what I was envisioning... but not exactly. I specifically want to include a column that shows the designer (job role) assigned to that project. The following code shows all the tasks with all the assignees, which is great, but not what I need. Can anyone point me in the right direction?
valueformat=HTML
textmode=true
type=iterate
listdelimiter=<p>
displayname=Tasks Names - Primary Assignee
listmethod=nested(tasks).lists
valueexpression=CONCAT({name},' - ',{assignedTo}.{name})