


Hi! Looking to see if there is a way so that when a task has a comment or update in it and is pulled into the overall project's Update feed it will show not only the name of the task commented on, but the parent task as well. We use multiple parent tasks to divide up portions of a project, but the task steps are the same in each parent (just parent names and the tasks have different dates/deliverables). I am trying to alter the overall project's Update page to show the parent task in the alongside each task update to help follow along with each workflow and prevent confusion by cross-contaminating updates.
In the attached screenshot - looking to add parent task name of "Email 1" before the task name of "Approve email campaign and assets" along with the update the user comments
Topics help categorize Community content and increase your ability to discover relevant content.
Can't be done directly on the Update Stream (I believe), but you can create an alternate view of the Update Stream using an embedded dashboard in your Project view, which would contain a Notes report. The notes report can show the parent task.
displayname=Parent
linkedname=task
namekey=view.relatedcolumn
namekeyargkey.0=task
namekeyargkey.1=parent:name
querysort=task:parent:name
textmode=true
valuefield=task:parent:name
valueformat=HTML
Good luck!