Set up author email notifications
Note: New feature for Vera 2023.4.
When an author is defined, they will receive email notifications. Note that you can set up author email notifications for qTest records only.
Define Author field in the Records Management policy
Veramatches the qTest author with a Vera user based on the username or email listed in a specific field in qTest. The source of this field must also be configured in the Records Management policy.
The Author field has two sub-fields, Source and Field that define which fields Vera will attempt to match the qTest author with a Vera user.
In the recommended configuration, Source should be set to a value of Field and Field should be set to a value of the name of the Author fields in qTest.
Example: If the name of the field in qTest is Author, the value should be Author.
"Fields": [
{
"Name": "Author",
"Edit Rules": [],
"Is Data": true,
"Is Unique": false,
"Default Value": "",
"Format": "",
"Reset on Copy": false,
"Append on Copy": null,
"Displays Signatures For": [],
"Displays Route Info For": []
},
],
"Author": {
"Source": "Field",
"Field": "Author",
"Fields": []
}
}
The author of a qTest test case and test run can also be the route owner. Based on the example above, replace Field with Route Owner:
"Author":
{
"Source": "Route Owner"
},
And the author of the qTest test run can also be the tester. Based on the example above, replace Field with Actual Testers.
"Author":
{
"Source": "Actual Testers"
},
Author receives email notification
The defined author and route owner will get email based on their email notification preferences in their user profile.
-
Route Rejection: The user will receive an email notification when one or more of their authored entities have been rejected by an approver.
-
Route Completion: The user will receive an email notification each time an entity that they have authored has become fully approved. The notification will be sent only after the final approval signature is applied, not each time a single approval signature is applied.