by wangming » Wed Apr 03, 2013 8:47 am
Hi,
Thanks for your reply.
The JIRA integration is done via SOAP.
Because when I disable the JIRA integration, the same test case in Test Execution responses fast. And I test in the source code: execSetResults.php. when I changed this code "$its = $it_mgr->getInterfaceObject($args->tproject_id);" to "$its=null;", it responses as fast as without JIRA integration. So I guess the time is to get linked bug information from JIRA . But it is fast when I retrieve the JIRA page through web browser.
So I want to know if it is possible to modify the code that get data from jira to make it faster.
Thanks