I have modified the permission scheme and provided links for external sites but still the external sites like Workato, Zapier and Pivotal tracker are not able to connect to my Jira site.
Can you please suggest if there are any additional settings required in Jira for the external sites to get connected.
There are no additional settings. You've got your connections set up incorrectly, or you have not given the right permissions to the applications.
Start with a look at the error messages you get when trying to connect. These should tell you where you have made mistakes.
The Connection is just timing out. From Workato when I tried to connect it gives the following message. I have Whitelisted the IPs coming from Workato as well in Jira.
Connection failed:Request ran for longer than 2500ms
From Zapier when I try to connect to Jira, it gives the following error.
DataPostError: Problem creating authentication.
Not getting any additional details from that. Not sure if the Jira instance need to be a https URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's struggling on authentication judging by that.
Try simple posts for what you're trying to do, and get the full error messages back. curl -v on the urls will usually tell you about the error responses.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I cannot try curl from the other applications as they are external but I have tried a curl on the Jira Instance and it works fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, that tells us that your other applications are sending something that is wrong. If curl can authenticate ok and get the right data, then the question has to be what the other applications are doing differently to that.
I suspect you can use the logs in Jira to find out part of what they are doing differently to your curl commands (especially if it's behind a proxy), but that might not tell you what they are doing wrong. It's worth a look, of course.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.