Hallo,
we use testlink 1.9.5 with xmlrpc trac integration. It works well with user anonymous for several projects. Now we want to use an other user (pc99test) with password for a new project. I configured the following connection in TestLink:
<issuetracker>
<username>pc99test</username>
<password>password</password>
<uribase>http://trac11/trac/gpc</uribase>
</issuetracker>
The connection to TRAC failed, because the connection is tried to establish with user anonymous and not pc99test as configured as I can see in the TRAC log file.
The user anonymous has no rights on the dedicated TRAC project.
Has anyone an idea wat I am doing wrong?
1.9.5 XMLRPC TRAC
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 8
- Joined: Mon Jan 14, 2013 7:14 pm
- Location: Germany, Kiel
- Contact:
Re: 1.9.5 XMLRPC TRAC
Best approach: (IMHO)
get 1.9.6, do a fresh install and check if integration is working with your desired config.
Some integration issues have been solved on 1.9.6
If issue persist => open an issue on mantis, with detailed information (paranoic) to reproduce
get 1.9.6, do a fresh install and check if integration is working with your desired config.
Some integration issues have been solved on 1.9.6
If issue persist => open an issue on mantis, with detailed information (paranoic) to reproduce
-
- TestLink user
- Posts: 8
- Joined: Mon Jan 14, 2013 7:14 pm
- Location: Germany, Kiel
- Contact:
Re: 1.9.5 XMLRPC TRAC
I checked the TRAC integration with TestLink version 1.9.6. Its still the same problem. User and password from the issue tracker configuration will be ignored. User anonymous without password is used. So I open a ticket in mantis with detail information.