PPM Role Access

Rohit Mohapatra
Tera Contributor

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

4 REPLIES 4

Aman Kumar S
Kilo Patron

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

Best Regards
Aman Kumar

Then how to achieve this solution? As I don't want users of Project1 to view Project2 and all such 

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());

Best Regards
Aman Kumar

Hey @Rohit Mohapatra 

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.

Best Regards
Aman Kumar