[SOLVED] Mantis setting in TL 1.9.4
Posted: Tue Nov 06, 2012 2:01 pm
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.
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.