View: list of project users with job roles
You can apply this view in a project list or report to display a list of users that are associated with the project, as well as a list of the job roles they are performing on the project.
The information in this report can also be found in the People area of the project.
Access requirements
You must have the following access to perform the steps in this article:
table 0-row-2 1-row-2 2-row-2 3-row-2 layout-auto html-authored no-header | |
---|---|
Adobe Workfront plan | Any |
Adobe Workfront license |
Current:
New:
|
Access level configurations* |
Edit access to Reports, Dashboards, Calendars to modify a report Edit access to Filters, Views, Groupings to modify a view |
Object permissions | Manage permissions to a report |
For more detail about the information in this table, see Access requirements in Workfront documentation.
View a list of project users with job roles
-
Go to a list of projects.
-
From the View drop-down menu, select New View.
-
In the Column Preview area, eliminate all columns except for one.
-
Click the header of the remaining column, then click Switch to Text Mode > Edit Text Mode.
-
Remove the text you find in the Edit Text Mode box, and replace it with the following code:
code language-none column.0.link.valueformat=val column.0.linkedname=direct column.0.listsort=string(name) column.0.namekey=name.abbr column.0.querysort=name column.0.section=0 column.0.shortview=false column.0.stretch=100 column.0.valuefield=name column.0.valueformat=HTML column.0.width=200 column.1.displayname=Project Users column.1.listdelimiter=<br> column.1.listmethod=nested(projectUsers).lists column.1.textmode=true column.1.type=iterate column.1.valueexpression={user}.{name} column.1.valueformat=HTML column.2.displayname=Project Roles column.2.listdelimiter=<br> column.2.listmethod=nested(projectUserRoles).lists column.2.textmode=true column.2.type=iterate column.2.valueexpression={role}.{name} column.2.valueformat=HTML
-
Click Done > Save View.