Jira Integration REST API using OAuth2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 06:39 AM
Hello 🙂
We have successfully completed Integration between our SN and Jira using Jira Spoke (using OAuth2) by following these instructions: https://www.servicenow.com/docs/bundle/yokohama-integrate-applications/page/administer/integrationhu...
We are able to create Cases in Jira using Flow Designer. That works fine.
But now we would also like to send some custom REST Messages. Doing the same setup (same Auth profiles and scopes), we always get 401 error ' Client must be authenticated to access this resource.'
How come Flow designer works but we can't get the Rest Message to work using same available OAuth Tokens?
- Labels:
-
IntegrationHub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
@markosajic have you also setup inbound connection from Jira to ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
Yes, the problem here was that we needed separate token when using REST message, if you wont to use it outside of Flow (within script include for example). Everything works now since we generated a new token directly from REST Message.