[CHANGE] - Bug Tracking Integration

Quick intro to new features, short explanations of change of behavior of existent features
Post Reply
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

[CHANGE] - Bug Tracking Integration

Post 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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: [CHANGE] - Bug Tracking Integration

Post 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
Post Reply