on 1.9.4 configuration is done VIA DB at Test project level.
old config parameters/options are NOT USED ANYMORE
$g_interface_bugs
$g_bugInterfaceOn = false;
$g_bugInterface = null;
YOU NEED TO MIGRATE manually to new configuration style
[CHANGE] - Bug Tracking Integration
Re: [CHANGE] - Bug Tracking Integration
If you have issues with integration first check if there is the needed class on [TL INSTALL DIR]\lib\issuetrackerintegration\
If have doubts or issues getting config model, give a look in the class to following methods
completeCfg()
getCfgTemplate()
in anycase general model allow 3 URI
<uribase></uribase>
<uriview></uriview>
<uricreate></uricreate>
We have tried to create uriview and uricreate FROM uribase, following rules provided for each Bug Tracking System when uriview and uricreate
are not provided.
If you provide these, we will use them AS IS
CRITIC
after defining an issue tracker YOU NEED TO ASSIGN IT TO A TEST PROJECT
If have doubts or issues getting config model, give a look in the class to following methods
completeCfg()
getCfgTemplate()
in anycase general model allow 3 URI
<uribase></uribase>
<uriview></uriview>
<uricreate></uricreate>
We have tried to create uriview and uricreate FROM uribase, following rules provided for each Bug Tracking System when uriview and uricreate
are not provided.
If you provide these, we will use them AS IS
CRITIC
after defining an issue tracker YOU NEED TO ASSIGN IT TO A TEST PROJECT