Hi guys,
i searched for the topic to integrate TL 1.9.14 with mantis(interface:db) BUT unfortunately i didn't get enogh information & i questioned on Mantis forum where i was redirected to TL Forum.
If i am re-posting this question then i am sorry about it. i am not here to spam. i have read the guidelines to use this forum and in creation of new topics.
My Scenario: I am trying to use issue tracker management. We use Mantis DB in the company i work. So, i need to integrate this with Mantis DB. I selected "Mantis (interface: db)" as Soap UI is not used as interface. The configuration is as follows:
<dbhost>DATABASE SERVER NAME</dbhost>
<dbname>DATABASE NAME</dbname>
<dbtype>mysql</dbtype>
<dbuser>USER</dbuser>
<dbpassword>PASSWORD</dbpassword>
I have entered the DB servername where the database is hosted. I have entered the database type which is "mySQL". The name, username & PW are too entered. So , this part is clear.
<uriview>http://localhost:8080/development/mantisbt-1.2.5/view.php?id=</uriview>
<uricreate>http://localhost:8080/development/mantisbt-1.2.5/</uricreate>
For the above part: Here i have a problem. The DB admin created a folder namely „TestLink“ on Mantis & provided me the URL of this folder. So that i can connect to this folder from issue tracker management. I pasted it between „uriview“ tags. I could not have a connection established & there was a warning in Test Execution pane displayed „Attention please: Something is preventing connection to Bug Tracking system, and is going to create performance issues. Please contact your TestLink Administrator“.
My understanding with "http://localhost:8080/development/mantisbt-1.2.5/view.php?id="
1) localhost:8080 -> This points the interface which shows the information & doesn't point to the storage place itself (i.e. the DB). This is not the DB hostname.
2) view.php?id= -> This means the frontend (or) the form where entered data can be viewed
What should i insert in "uricreate" tab?
If i had got a specific message about the problem i could have pasted it here or looked out for solution elsewhere. Unfortunately i couldn't.