TestLink1.9.5版本與Mantis的整合,網上沒有相關1.9.5版本與mantis整合的相關資料,而testlink1.9.5與mantis整合與testlink1.8.4版與mantis整合方式有較大區別:
因為testlink1.9.5本身可能存在的BUG,在與mantis整合時,進了 Issue Tracker Management 會發現Configuration example,點擊Configuration example,它會彈出配置範例,但按照這個example來配置,不能與mantis整合成功。
下面給出一個可參考的配置(不使用Configuration example)
一.db方式
<issuetracker><dbhost>127.0.0.1</dbhost><dbname>bugtracker</dbname><dbtype>pgsql</dbtype><dbuser>111</dbuser><dbpassword>111</dbpassword><uriview>http://localhost:8084/view.php?id=</uriview><uricreate>localhost:8084/</uricreate></issuetracker>
二.soap方式
<issuetracker><username>111</username><password>111</password><uribase>http://localhost:8084/</uribase><uriwsdl>http://localhost:8084/api/soap/mantisconnect.php?wsdl</uriwsdl><uriview>http://localhost:8084view.php?id=</uriview><uricreate>http://localhost:8084/</uricreate></issuetracker>
.禁止使用者註冊
開啟config.inc.php,找到$tlCfg->user_self_signup ,將其後true改為false,在登入介面便取消了New User連結。
這裡因為是在本機搭建環境,相關的配置資訊都寫成localhost,在正常情況下,為了方便不同的人使用,建議使用IP地址替換localhost