PPM Role Access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2022 11:58 PM
Hi Community, regarding Project Portfolio Management (PPM),
I want to restrict User to respective project it gets assigned to, and the User can't view/edit other projects available in the instance. The user can only work on the stories, it has been assigned to the project.
Is there any Roles for it? Currently my all Users can view Projects, Stories, Epics of All Projects in the instance even if they are not part of
- Labels:
-
Service Portfolio Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:13 AM
I don't believe there is any role as such, but you can probably configure the ACLs on table level that ensures that logged in user is same as assigned to and same you can use for read and write acl
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:32 AM
Then how to achieve this solution? As I don't want users of Project1 to view Project2 and all such

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2022 12:48 AM
You can write up a Before/Query BR for this, that is the preferable approach.
You can refer to BR on "sys_user" table ie "user query" BR.
Everything would be same except for table and in script you would mention
current.addQuery("assigned_to", gs.getUserID());
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2022 11:38 AM
Hey
Didn't hear back on this.
Is your issue resolved? If yes, feel free to mark helpful/correct, so it will be helpful for others looking for similar query.
Aman Kumar