Roles & Permissions
TESTMETRIX® uses a fixed set of system roles. These roles are predefined and cannot be edited. Each role grants a permission level per resource type:
- read — view the resource
- write — create and edit the resource (includes read)
- delete — remove the resource (includes write and read)
A user can hold one or more roles; the effective permission is the highest level granted by any of their roles.
| Resource | AdminFull access | EditorRead & write | ViewerRead only |
|---|---|---|---|
| Project | readwritedelete | readwrite | read |
| Verification Project | readwritedelete | readwrite | read |
| Requirement | readwritedelete | readwrite | read |
| Test Case | readwritedelete | readwrite | read |
| Test Run | readwritedelete | readwrite | read |
| Pipeline | readwritedelete | readwrite | read |
| Pipeline Execution | readwritedelete | readwrite | read |
| HiL System | readwritedelete | readwrite | read |
| Coverage Report | readwritedelete | read | read |
Legend
read View
write Create & edit
delete Delete (incl. edit)
note
System roles are defined by the backend (/roles/ endpoint). If role definitions
change there, update the matrix above to keep this page in sync.
Was this page helpful?