API 1.7
Software version: API 1.7
Publication date: 08 MAR 2021
This file provides information about the VERA API Server
- Resolved Issues
- New Features
- Docker Image Information
- Known Issues and Limitations
Resolved Issues
Key | Summary | Notes |
---|---|---|
VS-930 | First cancelled route is displayed in qTest for any cancelled route | Fixed an issue where qTest records that had been cancelled multiple times always showed the first cancelled approval route in qTest. |
New Features
Key | Summary |
---|---|
VS-1 | API: Create a New User |
VS-387 | Admin can configure a user's authentication profile |
VS-490 | Filter approval tasks on Approval Queue by source project |
VS-633 | Update Approval Queue with Domain Name, Location ID and Project |
VS-923 | Admin can add a role assignment to a user from a user's profile page |
VS-924 | Admin can remove a role assignment from a user from a user's profile page |
VS-925 | Admin can modify a user's domain assignments from a user's profile page |
VS-974 | Admin can create a new user profile in the Web Portal |
VS-975 | Edit a User Profile from a user's profile page |
VS-1022 | Add ability for admin to search for users while assigning users to a role |
VS-1023 | Add ability for admin to search for users while removing users from a role |
Docker
Repository | veraserver20190209075900.azurecr.io/tx3/vera-server |
---|---|
Tags |
|
How to Upgrade | See Upgrade the VERA Server Applications for instructions |
Known Issues and Limitations
Key | Summary | Known Issue Details |
---|---|---|
VS-139 | "Pending Tasks" field refreshes too slowly after route withdrawal. | The Pending Tasks field in qTest and Jira is not immediately updated when the record is approved or rejected in VERA. The cached values are updated when the user invokes a browser refresh, |
VS-323 | VERA Server needs a reboot to fully read new Sync Policy entries | Changes to the VERA Synchronization Policy will not take affect until the VERA Application service is restarted. |
VS-447 | User Administrator role can see Signature Verification Failure Report and Re-verify | A User Administrator can access the Signature Verification reporting section of the Administration Portal. This feature should be limited to System Administrators. |
VS-606 | Error while sorting approval queue with large quantity of tasks | Users may encounter errors while sorting an approval queue with a large (thousands) quantity of tasks. |
VS-668 | Sorting shows all values beginning with a capital letter before lowercase values | When sorting data (users, records, etc.) alphabetically, the system erroneously alphabetizes capital letters independently from lower-case letters. For example: Apple, Cat, ball -- instead of: Apple, ball, Cat |
VS-698 | VERA cannot create a qTest record if two fields in the record have the same name | The VERA-qTest integration does not support importing records from qTest where the record has two fields with the same name. If such a record is routed for approval from qTest, then an error will occur. |
VS-700 | User sees duplicate approval tasks for the same record in approval queue | If an approval route contains two pending tasks for the same role (e.g. two Technical approvals) then an eligible approver will see both tasks in their queue. |
VS-810 | Admin can't remove a project from domain if project name contains regex | A project created with regex characters cannot be removed from a domain once it is added. This also causes issues with displaying tasks in the approval queue for a user |
VS-962 | Approval Queue user filter uses RegEx can match different users | Due to regular expression matching, a record that has been signed by one user may cause another user's approval queue to exclude the record when it should be available. |
VS-988 | VERA DevOps does not apply a default approval route | If a record is routed for approval that does not satisfy any configured route templates, the user will see "VERA is trying to start the approval route" rather than a descriptive error containing the reason why the route was not started. |
VS-1060 | If user has a null value for a role in their claims list the user module fails to add or remove them from a role | If a user has a claim that has a type of role and a value of null (not just a blank string), the user module will throw an exception when trying to add or remove the user from a role. |
VS-1095 | Project names are not validated when adding to domain | Admins are able to add a project to a domain that contains RegEx characters. |