New Features and Enhancements
qTest Scenario Support for Gitlab Acadian URL Format
qTest Scenario 3.1.0 now supports the use of Gitlab Acadian URL formatting. Previously, only the default Gitlab URL format was supported (https://<vcs.provider>.com/<owner>/<repo>). You can now use the following URL formats:
- http://gitlab.example.com/username
- http://gitlab.example.com/groupname
- http://gitlab.example.com/groupname/subgroup_name
Custom Issue Types in qTest Scenario
qTest Scenario now supports the use of Custom Issue types as well as Jira issue types. In the "Configure Projects" page, you now have two options for issue types:
- Jira system issue types (Story, Bug, Task, Sub-task, Epic)
- Custom issue types
Note: if you do not have any custom issue types in your Jira project, the configuration dialog will only show the one Jira system issue types panel.
Support for Jira Server URL With Context
You can now configure your qTest Scenario plugin using a Jira URL both with and without the context path.
- Without context path: http(s)://yourdomain.com/
- With context path: http://mydomain.com/jira
Bug Fixes and Improvements
Ticket # | Component | Description |
25660 | Issue Types | You can now use custom issue types within your Scenario project configuration (see "New Features and Enhancements" section). |
26289 | Gitlab URL | qTest Scenario 3.1.0 now supports the use of Gitlab Acadian URL formatting. Previously, only the default Gitlab URL format was supported (see "New Features and Enhancements" section). |