Toolboxcategory cloud |
ViewsPersonal toolsDuplicate SugarCRM Bugs to TestTrack ProFrom Seapine LabsWorks with TestTrack 2008 Works with SugarCRM 5.1
[edit] OverviewThis article includes the steps to add a hook to your SugarCRM interface, which will automatically generate a defect in TestTrack every time a Bug is created in SugarCRM.
[edit] DownloadThe download contains the source files needed for this sample integration. Download the Duplicate Bug Hook zip file.
[edit] Add the CodeThe first (and only) order of business is to add the code to your SugarCRM installation. This is the dangerous part, where you copy the downloaded code into your SugarCRM installation.
[edit] Update CreateTTDefectNext up, we need to make a couple minor changes to the defect creation script.
[edit] Try it Out!The only thing left to do is try it out.
[edit] Troubleshooting[edit] The Bug doesn't seem to be duplicated into TTPYou have an issue with the CreateTTDefectFromBug.php. If it's a php issue, you'll typically get an error when you click it. If you don't get an error or a defect, then your problem is in connecting to TTP. To resolve, add a die(""); statement to the end of the file and start adding debug statements to see what's happening. With the die statement, the hook will terminate on every call, allowing you to look at the debug statements after creating a Bug. Also make sure your URL updates were made correctly, and everything is pointed where it should be. [edit] It works great, now how do I customize it furtherIf you don't have the time or expertise to do it yourself, Seapine Services can assist with customizations. If you want to try it on your own, be sure to read up on the basics of SoloSubmit URLs along with details on finding the relevant field id's.
|
|


