Silverile uses role-based access control at the project level. Each member of a project is assigned a role that determines which actions they can take. There are four project roles: Admin, Manager, Developer, and Viewer.
Roles are assigned per project — the same person can be an Admin on one project and a Viewer on another. Enterprise-level access (creating projects, managing users organisation-wide) is controlled by a separate Enterprise Admin role set in the enterprise user settings.
| Permission | Admin | Manager | Developer | Viewer |
|---|---|---|---|---|
| View project | ✓ | ✓ | ✓ | ✓ |
| Create / edit stories | ✓ | ✓ | ✓ | — |
| Delete stories | ✓ | ✓ | — | — |
| Manage sprints | ✓ | ✓ | — | — |
| Start / close sprints | ✓ | ✓ | — | — |
| Create / edit defects | ✓ | ✓ | ✓ | — |
| Manage test cases | ✓ | ✓ | ✓ | — |
| Execute test runs | ✓ | ✓ | ✓ | — |
| Manage releases | ✓ | ✓ | — | — |
| View KPIs & Reports | ✓ | ✓ | ✓ | ✓ |
| Export reports | ✓ | ✓ | ✓ | — |
| Manage project members | ✓ | ✓ | — | — |
| Edit project settings | ✓ | — | — | — |
| Delete the project | ✓ | — | — | — |
A team member can't see certain menu items
Menu items are hidden based on role. A Developer won't see Sprint management or Release options. If a team member needs access to those areas, their project role needs to be updated to Manager or Admin.
I want to give someone read-only access
Assign the Viewer role. Viewers can browse all project content — stories, sprints, defects, reports — but cannot create, edit, or delete anything.
I can't change a member's role
Only project Admins can change member roles. If you're a Manager, you can add members but cannot promote someone to Admin or change an existing Admin's role.
The project Admin role is different from the Enterprise Admin role
Correct — they are separate. An Enterprise Admin manages the organisation-wide user list and billing. A project Admin manages only that project's settings and members. A user can be an Enterprise Admin without being a project Admin on any project, and vice versa.