- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 02:56 PM
Hi Everyone,
I'm trying to do a servicenow Jira integration following video from SAASWITHSERVICENOW channel https://youtu.be/vv_oHjywUxg?si=mNHBLLAlIO3dLXxk. I'm stuck in outbound rest message testing. I've created a project in Jira(named SnowProject)with issues like explained in video.But while testing rest message I'm getting error.I've attached screenshots.
Also I've a bit doubt about the basic auth creation stage,I've created a basic auth with the email I logged in Jira & with API token generated from Jira.I guess that's the right step.
Please tell why I'm getting error.For reference do watch the video not whole just the outbound rest testing part & do let me know.
It's bit urgent.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 06:58 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 07:09 PM
seems your endpoint is not correct as it clearly says invalid URI
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 06:58 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2025 08:26 AM
It looks like you’re on the right track by using basic auth with your Jira email and API token. However, the error in your outbound REST message testing could be due to:
1.Incorrect Jira API endpoint – Ensure you’re using the correct Jira REST API URL (https://your-jira-instance/rest/api/2/issue).
2.Authentication issues – Confirm that your API token is correct and your user has the required permissions.
3.Headers missing – Include Content-Type: application/json in your request headers.
4.Project key mismatch – Double-check that SnowProject exists and that you’re using the correct key in your request.
If troubleshooting API calls manually becomes too complex, Exalate can simplify ServiceNow-Jira integration with a more flexible, automated sync. Let me know if you need help debugging your REST setup or exploring an alternative approach!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2025 04:47 AM
Dear @minakshi_kundu
You might want to check out Exalate—it can help streamline the Jira-ServiceNow integration and might resolve issues like the outbound REST message error you’re encountering.