Page 1 of 1

[CHANGE] - Bug Tracking Integration

Posted: Fri Aug 24, 2012 8:04 am
by fman
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

Re: [CHANGE] - Bug Tracking Integration

Posted: Sat Sep 08, 2012 7:48 am
by fman
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