You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Attempting to use the jira-cloud api to make an issue in Jira. This works on my local.
When running via my API (hosted in AWS). I get ECONNRESET, which from my research means the server closed the socket.
How do I get around this?
const { data } = await axios.post( `${process.env.BASE_URL}/rest/api/3/issue`,
body,
{ Authorization: `Basic ${process.env.SECRET_JIRA_TOKEN}`,
"Content-Type": "application/json",
Accept: "*/*", } );
*Code if needed
Is this the same question that you asked 4 days ago in this Bit Bucket thread?
I'm not sure what you mean by the Jira API being 'hosted' in AWS. Do you mean you are executing your code from within a VM in AWS as per your other question?
Can you do a GET access to the same REST API endpoint via a web browser in that VM using the same credentials? That will at least test the port is open.
What other tests have you done to try and isolate the problem?
Not the same. New Error.
Haven't tried anything other than running my code. My API calls to Jira Cloud to make the request. Didn't think there was a good way to test the request from my API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, I understand. Well, good luck with trying to find the cause of the problem with your API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
...hey are a part of us, shaping how we interact with the world around us. The same holds true for programming languages when we think about how different kinds of vulnerabilities raise their heads in t...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.