How to use team assignments to control access of artifacts by types in DNG?
![]()
I have a three types of requirements and two user groups in my project. Only requirements engineers Grp1 need to author artifacts of TypeA and TypeB. Grp2 engineers only need to reference TypeA and TypeB requirements and author TypeC artifacts.
I have defined the teams, but I can only assign ownership to existing artifacts, not by artifact type.
Is it possible to control the access like this in DNG 6.0.6?
|
Accepted answer
![]()
Yes, but not with team areas.
You can create a new custom Role, and set that Role's permissions to be able to modify artifacts of certain types only.
- Go to Manage Project Area
- Go to Roles and create a new role, say "AB_Authors"
- Go to Permissions > Save artifact > [Create | Delete | Modify] an artifact of a specific type > select TypeA and TypeB
Ravi Gollapudi selected this answer as the correct answer
|