Troubleshooting ServiceNow to JIRA Integration Error: 'Cannot establish connection, StatusCode: 400
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 03:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 04:34 AM
Hi @clarkembers,
Could you validate the endpoint as credentials. 400 means it is not getting the exact endpoint and credentils.
Please accept my solution if it works for or thumps up
Thanks
Jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 05:20 AM
Does an HTTP status code 400 with Response "Invalid Credentials" Indicate the the HTTP Client Is Hitting the Endpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 05:27 AM
Hi @clarkembers,
HTTP 400 Bad Request (SSL certificate error) Response to inbound API Calls to the Instance When Using mTLS (HTTPS Mutual Authentication) Please read further this below:
Please accept my solution if it works for or thumps up
Thanks
Jitendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 08:44 AM
@clarkembers it's an authentication issue. Yes, it's hitting the endpoint, but it's not working because the credentials used are either incorrect or insufficient. Does the Jira user account have the right permission to access projects and issues? If it's a new service account, for example, just double-check to make sure you gave it the right credentials.
You can also try looking for the Script Include: "Connector" within the "Atlassian Jira Integrations Common" scope. Commenting out the line containing option_attachments_changed might work.