Hi TL Team,
We really like the UI of new version of TL 1.9.7. Congratulations!
In Linux-Ubuntu 12.04, We have installed successfully the latest TL version but we are unable to integrate with MANTIS 1.2.15 bug tracking tool. In config.inc.php file we don't find the information regarding bug tracking systems. We configured in MANTIS db in Test link Issue tracker management by providing all the relevant Mantis DB information.
Please let us know how to configure BTS (Mantis) with latest TL v1.9.7.
Environment details:
Linux - Ubuntu 12.04LTS
DB - MySQL
BTS - Mantis
Please guide us in resolving this issue.
Thanks & Regards,
Pradeep
1.9.7 TL Integration with MANTIS 1.2.15 -Not working
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 4
- Joined: Tue Mar 05, 2013 7:50 pm
-
- TestLink user
- Posts: 3
- Joined: Thu Mar 07, 2013 8:52 pm
Re: 1.9.7 TL Integration with MANTIS 1.2.15 -Not working
I'm also facing the similar issue.
TL 1.9.7
OS: Ubuntu 12.04
Mantis BT 1.2.15
here is the configuration used in TL > System> Issue Tracker Management section after login.
Do I need to change any other file apart from configuration in Issue Tracker Management section? Please help on this.
<!-- Template mantisdbInterface -->
<issuetracker>
<dbhost>localhost</dbhost>
<dbname>bugtracker</dbname>
<dbtype>mysql</dbtype>
<dbuser>myuser</dbuser>
<dbpassword>mypwd</dbpassword>
<uriview>http://localhost/mantisbt1215/view.php?id=</uriview>
<uricreate>http://localhost/mantisbt1215/</uricreate>
<statuscfg>
<status><code>10</code><verbose>new</verbose><color>#ffa0a0</color></status>
<status><code>20</code><verbose>feedback</verbose><color>#ff50a8</color></status>
<status><code>30</code><verbose>acknowledged</verbose><color>#ffd850</color></status>
<status><code>40</code><verbose>confirmed</verbose><color>#ffffb0</color></status>
<status><code>50</code><verbose>assigned</verbose><color>#c8c8ff</color></status>
<status><code>80</code><verbose>resolved</verbose><color>#cceedd</color></status>
<status><code>90</code><verbose>closed</verbose><color>#e8e8e8</color></status>
</statuscfg>
<!-- Configure This if you want NON STANDARD BEHAIVOUR for considered issue resolved -->
<resolvedstatus>
<status><code>80</code><verbose>resolved</verbose></status>
<status><code>90</code><verbose>closed</verbose></status>
</resolvedstatus>
</issuetracker>
TL 1.9.7
OS: Ubuntu 12.04
Mantis BT 1.2.15
here is the configuration used in TL > System> Issue Tracker Management section after login.
Do I need to change any other file apart from configuration in Issue Tracker Management section? Please help on this.
<!-- Template mantisdbInterface -->
<issuetracker>
<dbhost>localhost</dbhost>
<dbname>bugtracker</dbname>
<dbtype>mysql</dbtype>
<dbuser>myuser</dbuser>
<dbpassword>mypwd</dbpassword>
<uriview>http://localhost/mantisbt1215/view.php?id=</uriview>
<uricreate>http://localhost/mantisbt1215/</uricreate>
<statuscfg>
<status><code>10</code><verbose>new</verbose><color>#ffa0a0</color></status>
<status><code>20</code><verbose>feedback</verbose><color>#ff50a8</color></status>
<status><code>30</code><verbose>acknowledged</verbose><color>#ffd850</color></status>
<status><code>40</code><verbose>confirmed</verbose><color>#ffffb0</color></status>
<status><code>50</code><verbose>assigned</verbose><color>#c8c8ff</color></status>
<status><code>80</code><verbose>resolved</verbose><color>#cceedd</color></status>
<status><code>90</code><verbose>closed</verbose><color>#e8e8e8</color></status>
</statuscfg>
<!-- Configure This if you want NON STANDARD BEHAIVOUR for considered issue resolved -->
<resolvedstatus>
<status><code>80</code><verbose>resolved</verbose></status>
<status><code>90</code><verbose>closed</verbose></status>
</resolvedstatus>
</issuetracker>