Hello
As far as I know 1.9.4 use a new way to connect to Bugtracker, but there is no document about it.
I checked the discussion on the forum. I still can't get a clear picture about it.
In the end, I used the "Issue Tracker Management" link that I found on the interface and chose mantis soap to connect.
But after that, I couldn't find any button or link that I can click then go to Mantis.( I checked all the pages under "Test Reports and Metrics ")
I guess I did something wrong or looked in the wrong place?
This is my setting in "Issue Tracker Management"
<!-- Template mantissoapInterface -->
<issuetracker>
<username>XXX</username>
<password></password>
<uribase>https://SERVER URL/mantis/</uribase>
<uriwsdl>https://SERVER URL/mantis/api/soap/mantisconnect.php?wsdl</uriwsdl>
<uriview>https://SERVER URL/mantis/view.php?id=</uriview>
<uricreate>https://SERVER URL/mantis/</uricreate>
</issuetracker>
Could someone kindly check them for me?
I am not sure about what link I should fill in for the <uricreate></uricreate> tag
and for the empty password is because I turn on the anonymous login in Mantis, so I just left it empty.
Is that all I need to do that setting Mantis information in the "Issue Tracker Management" on the TL interface?
I tried to check this [TL INSTALL DIR]\lib\functions\issuetrackerintegration\ according to some discussion, but this directory doesn't exist in my installation.
[SOLVED] Mantis setting in TL 1.9.4
Moderators: Amaradana, TurboPT, TL Developers
Re: [SOLVED] Mantis setting in TL 1.9.4
>> I tried to check this [TL INSTALL DIR]\lib\functions\issuetrackerintegration\ according to some discussion
[TL INSTALL DIR]\lib\issuetrackerintegration\
>> I guess I did something wrong or looked in the wrong place?
have you checked user manual to understand where do you are going to see the link to bugtracker ?
have you assigned your isssue tracker to your test project ?
Never tested with anonymous login, i do not recomend this way to connect.
>> I am not sure about what link I should fill in for the <uricreate></uricreate> tag
you have to use the same link you have used when configuring mantis integration on 1.9.3 way using:
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://localhost/mantis/");
[TL INSTALL DIR]\lib\issuetrackerintegration\
>> I guess I did something wrong or looked in the wrong place?
have you checked user manual to understand where do you are going to see the link to bugtracker ?
have you assigned your isssue tracker to your test project ?
Never tested with anonymous login, i do not recomend this way to connect.
>> I am not sure about what link I should fill in for the <uricreate></uricreate> tag
you have to use the same link you have used when configuring mantis integration on 1.9.3 way using:
/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://localhost/mantis/");
Re: [SOLVED] Mantis setting in TL 1.9.4
Thank you fman
After i filled in the correct link and assign Bug tracker to test project , I can see a new icon I can click in the test cases that have been executed.
Sum up what i did for connecting TL and Mantis:
1. Click "Issue Tracker Management" link under the "Test Project"
2. Create Issue tracker setting ( I chose SOAP)
3.Click "Test Project Management " link under the "Test Project" and click on the test project I want to assign
4.Look for "Issue Tracker Integration", check "Active" and chose the issue tracker setting I just created in the dropdown list then save
Then I can see the bug icon in the page for a single test case information if it have been executed.
Hope this will be helpful to others
After i filled in the correct link and assign Bug tracker to test project , I can see a new icon I can click in the test cases that have been executed.
Sum up what i did for connecting TL and Mantis:
1. Click "Issue Tracker Management" link under the "Test Project"
2. Create Issue tracker setting ( I chose SOAP)
3.Click "Test Project Management " link under the "Test Project" and click on the test project I want to assign
4.Look for "Issue Tracker Integration", check "Active" and chose the issue tracker setting I just created in the dropdown list then save
Then I can see the bug icon in the page for a single test case information if it have been executed.
Hope this will be helpful to others