Configure the Record Management policy
Incorrectly editing Vera policy files can cause the system to become unresponsive or to fail. If you are unsure or need guidance, please reach out to Tricentis Support before making changes to the policy files.
To add additional record data fields or to change the existing record types in Vera, you must edit the Record Management policy file on the Vera server.
Add a record data field to Vera
To add a record data field to Vera, follow these steps:
- 
                                                    
Access the Record Management Policy.json file in the Policies directory of the VERA Server Installation Directory.
 - 
                                                    
Edit the file and find the record type to be modified.
 - 
                                                    
Within the record type object, locate the
Fieldsarray. - 
                                                    
Add new field objects with
"Name"and"Is Data"keys.Copy"Fields": [
{
"Name": "Category",
"Is Data": "Yes"
},
{
"Name": "Compliance Domain",
"Is Data": "Yes"
},
{
"Name": "Action Plan",
"Is Data": "Yes"
}
]Make sure to enclose each key and value in plain double quotes and use a comma to separate each field object from the others in the list.
 
Update a record data type in Vera
To update a record data type in Vera, follow these steps:
- 
                                                    
Access the Record Management Policy.json file in the Policies directory of the VERA Server Installation Directory.
 - 
                                                    
Edit the file and find the record type to be modified.
 - 
                                                    
Within the record type object, locate the
Definitionsarray. - 
                                                    
Update the
"Item Types","Singular Name", and"Plural Name"keys.Copy"Definitions": [
{
"Systems": ["JIRA"],
"Aliases": [
{
"Policy Field": "ID",
"System Field": "Req ID"
}
],
"Item Types": ["Bug"],
"Singular Name": "Bug",
"Plural Name": "Bugs",
"Ownership Description": "created",
"Content Originator": "Author"
}
], 
Deploy Record Management policy
For information on how to deploy Record Management Policy, see Manage policy files.