I need to connect testlink with Jira, but when I'm adding the necessary configuration in config.inc.php and jira.cfg.php, testlink blocks --> when connecting to <host>/testlink, no reply is received.
Removing the config for Jira solves the issue.
Any idea how I can debug this situation and/or is there someone who managed to connect testlink with jira and wants to share his/her config ?
Thanks,
Francis
Connecting Testlink with Jira
-
- TestLink user
- Posts: 3
- Joined: Fri Nov 24, 2006 5:06 pm
I just hooked up Jira 3.6.5 with TestLink 1.6.2.
I followed the directions, but the one item I ran into was that it seems this version appends a product key to the defects in both the DB and URL.
E.g. http:/.../jira/browse/(Abbrev.)-(Defect ID)
This also happens in the database when checking the item status.
I manually edited the php code to support this package key, but it will not be scalable across multiple packages unfortunately.
That will be more than a one line fix, and this is only my first day or two using TestLink =)
Could you give some further information about exactly what problem you are having?
I followed the directions, but the one item I ran into was that it seems this version appends a product key to the defects in both the DB and URL.
E.g. http:/.../jira/browse/(Abbrev.)-(Defect ID)
This also happens in the database when checking the item status.
I manually edited the php code to support this package key, but it will not be scalable across multiple packages unfortunately.
That will be more than a one line fix, and this is only my first day or two using TestLink =)
Could you give some further information about exactly what problem you are having?
-
- TestLink user
- Posts: 3
- Joined: Fri Nov 24, 2006 5:06 pm
FWIW, if you know the issue's internal (database) id, Jira has a ViewIssue.jspa?id=.... syntax for accessing issues. Eg. these URLs are equivalent:jlambert wrote:I had to change the bug field from an integer to a varchar field.
Once I did that I could properly link my defects. (EXT-1, etc)
https://issues.apache.org/jira/browse/LUCENE-635
https://issues.apache.org/jira/secure/V ... d=12346746
--Jeff
(JIRA tech support)
-
- TestLink user
- Posts: 1
- Joined: Mon May 15, 2006 9:01 pm
Need more information on integration of testLink and JIRA
We have testlink 1.6.2 and JIRA 3.5.1. We are working on the integration. Besides the instruction on updating testlink configuration files, is there any other documentation on the functionality?
Basically we would like to find out the following:
1) is there anything need to be done on JIRA side?
2) after the integration, is the communication one-way (from JIRA to testlink only) or two-way?
3) when a test case is marked 'failed', will a bug be automatically generated in JIRA, i.e., Testlink will push information to JIRA? Or, user has to manually open a bug in JIRA, and enter the bug number (XYZ-123) into the test case result in testlink?
4) when the status of the bug is changed in JIRA, will user able to see it in testlink?
Basically we would like to find out the following:
1) is there anything need to be done on JIRA side?
2) after the integration, is the communication one-way (from JIRA to testlink only) or two-way?
3) when a test case is marked 'failed', will a bug be automatically generated in JIRA, i.e., Testlink will push information to JIRA? Or, user has to manually open a bug in JIRA, and enter the bug number (XYZ-123) into the test case result in testlink?
4) when the status of the bug is changed in JIRA, will user able to see it in testlink?