VERA Approval roles are defined in the VERA Approval Policy.
Info | ||
---|---|---|
| ||
Feature improved in the 2021.1 release |
Step-by-step guide
...
- Locate the Approval Groups section of the approval policy (JSON file).
- Modify the Approval Groups to include the desired Approval Role(s). (See Approval Roles Code Snippet below)
- Upload the policy file to the defined file location
- VERA will read the policy file and the approval roles will be available for assigning to users in the VERA Administration portal.
- To add users to the new Approval Role(s), see Assign Users to a Domain Role.
Info |
---|
If you remove an approval role from approval policy the role will no longer be available in Roles Management or User Management. The Role will still be associated to User profiles and visible on Users Domain roles |
Code Block | ||||
---|---|---|---|---|
| ||||
{ "Approval Policy": { "Version": "Tx3 Standard 0.0.0.3", "Schema": { "ID": "http://tx3services.com/schemas/0/0/approval-policy.json", "Major": "0", "Minor": "0" }, "Approval Groups": [ "Business", "Quality", "Reviewer", "Technical", ], "Route Templates": [ ] } } |
...