Admin Guide
Vertex-Triage Admin Guide
Configuration
Dependencies
Vertex-Triage does not have any dependencies.
Permissions
Vertex-Triage uses two rules to control access to the Power-Up.
Package (vertex-triage) defines the following permissions:
power-ups.vertex.triage.admin : Controls access to Vertex-Triage admin commands and configuration details. ( default: false )
power-ups.vertex.triage.user : Controls user access to Vertex-Triage. ( default: false )
These rules can be managed via the dedicated Workflow, or they can be added directly from Storm:
> auth.user.addrule visi power-ups.vertex.triage.user
Added rule power-ups.vertex.triage.user to user visi.
or:
> auth.role.addrule ninjas power-ups.vertex.triage.user
Added rule power-ups.vertex.triage.user to role ninjas.
Additional permissions are available for each queue, and these can be managed via the dedicated Workflow. Edits to queues and tasks are allowed/denied based on these permissions, and bypass any other permissions set within the view.
In order to create a queue a user must have the power-ups.vertex.triage.admin
rule.
Upon creation, this user will also become the admin
for the queue.
A queue admin
is allowed to take the following actions:
Add/delete queue permissions for other users
Create tasks assigned to the queue
Make edits to queue and task properties
A user with the edit
permission on a queue can take the following actions on tasks within the queue:
Assign to self
Change the status
Remove the assignee
A user with the read
permissions can view all of the tasks within the queue,
but can only change the status if it is assigned to them.
Exported APIs
Vertex-Triage does not currently export any APIs.
Workflows
Vertex-Triage provides the following workflows in Optic:
Title: Configuration
Title: Tasks
Node Actions
Vertex-Triage provides the following node actions in Optic:
Name : Add task
Desc : Add a new task
Forms: Any
Onload Events
Vertex-Triage does not use any onload
events.