ContributionsMost RecentMost LikesSolutionsRe: Integration of Ready API with Zephyr ServerWanted to chime in to say that my organization is interested in the same functionality. Specifically, Zephyr for Jira - not a Cloud instance.Re: GIT Integration - multiple projects in a single repo I'm faced with the same issue, currently. Is there any way to track the feature request? I have just moved our project into a git repository, and I'm disappointed to find the project cannot exist within a folder at the root level. Re: Rest Response much slower from SOAP UI than Postman I realized I never returned to this post to close the loop. The performance issue was on SoapUI's end, but the issue was resolved in a maintenance build that I was given. At this point, the fix is in a release build for everyone. Thanks! Rest Response much slower from SOAP UI than Postman Hello all, I am POSTing a REST Request that is currently taking 33 seconds round trip to and from our API. An identical request takes 1 second from Postman, which leads me to believe the delay is not from our API. I have adjusted the suggested settings with little change in response time. (Adjusting the XMX parameter did improve response time from 48 seconds to 33). For most of my tests in SOAP UI, the response time is under 1 second. However, I began to notice a large variance once the total Content-Length of the request exceeded 20000 bytes. Has anyone run into a similar situation and found a resolution? Our organization was hoping to use ReadyAPI for test automation, but if it skewing our performance metrics, we will likely need to switch to another REST API tool. Solved