Facing Connection time out exception while integrating Jira Cloud with katalon studio.
Note : I have configured proxy into the tool also I am using API key for authentication.
Hi Dario,
Yes , I am trying to integrate Jira using link provided by you. I have set manual proxy configuration in Katalon proxy setting and m able to connect to katalon analytics and katalon store(reload plugin) with this proxy setting. Just Jira connectivity is not working.
Have tried running provided curl command, getting timed out .Attaching corresponding screenshot for your reference
Please help
Hi @Shalini Verma ,
Thanks for running the test. Now, whether to determine if the problem is the fact that the proxy configuration is not taken into account or with the proxy itself, can you run the same curl command but this time passing the option to use the proxy?
E.g.:
curl -x <[protocol://][user:password@]proxyhost[:port]> -u <EMAIL-ADDRESS>:<API-TOKEN> https://<NAME>.atlassian.net/rest/api/3/project/search
You might also want to add the -D- option to get some more information. For example:
curl -D- -x https://user:pass@myproxy.com -u an@email.com:lwqjrfjmqjroqj3wro https://instance.atlassian.net/rest/api/3/project/search
Cheers,
Dario
Hi Dario,
I am now able to run the REST API call successfully by setting up the same proxy(which i have setup in katalon studio) using this command:
curl -x <[protocol://][user:password@]proxyhost[:port]> -u <EMAIL-ADDRESS>:<API-TOKEN> https://<NAME>.atlassian.net/rest/api/3/project/search
Please assist further. Thanks in Advance.
Hi @Shalini Verma ,
If you are able to get results after configuring curl to use the same proxy configured in Katalon, but you still get connection timeout in Katalon itself, then the issue is on Katalon' side (it looks like the proxy configuration is not taken into account).
Now, first of all make sure you have correctly installed the pre-requisites:
- Jira Integration plugin for Katalon Studio from Katalon Store.
- Katalon BDD app for Jira from Atlassian Marketplace.
If the pre-requisites are correctly installed, you may want to get in touch with Katalon support by using the resources listed in the support tab of the marketplace listing for Katalon BDD - Test Automation for Jira. Specifically:
Cheers,
Dario
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get the most out of Jira Service Management
Solve customer problems efficiently and deliver outstanding service experiences.
Learning Path
Adopt ITSM practices to deliver exceptional service
Become familiar with the principles and practices that drive ITSM. Then, learn how to configure and use Jira Service Management to implement them.
Atlassian Certified Associate
Jira Service Management Agent Essentials certification
Prove you know what's essential to providing efficient and resolution-focused service in Jira Service Management.