Project Task - Additional Assignee list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 06:02 AM
On a project task - if the assignment group is specified the additional assignee list is limited to the members of the assignment group. If I remove the assignment group, I can add any user with the it_project_user role (i found the reference qualifier that limits this); however, I can't find what is limiting it to the assignment group. I'm fine with the Assigned to being limited to the assignment group but would like to be able to add other users in the additional assignee list. Can anyone help me find what is limiting it? Thanks.
- Labels:
-
Service Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 02:38 PM
Did you ever figure this out? I too have the same question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 06:19 AM
No, haven't been able to find it yet.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 07:09 AM
Have a look into the following information on the Dictionary Entry "Additional assignee list":
- Dependent field with Assignment Group
- Dictionary Entry Override
- Override reference qualifier = true
For me, it's an override with Reference qualifier, where the code looks for the assignment group:
javascript:var util = new ProjectManagementUtils(); util.assignedToRefQual(current, SNC.PPMConfig.getProjectRole('user',current.getTableName()),true);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2024 05:00 AM
Have you checked the dictionary overrides within the dictionary for that field. Mine had override qualifiers for Project, Project Task and Demands and Demand Tasks