ServiceNow to JIRA Bi-directional Integration through Rest calls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2021 08:08 AM
Hi All,
I'm looking for advice on how to link Jira to ServiceNow via webhook.
Use case:
- Project Created in ServiceNow -> Outbound Rest to create Project in Jira.
- Project Created in JIRA -> Create Project in ServiceNow.
- Whenever SNOW is updated, it fires an outbound rest call to Jira updating the Project details.
- Fully bi-directional API via Rest calls. Both Updating both sides of the API when an update occurs on either side.
I have created a scripted REST API in ServiceNow and Shared the End point with the Jira team. JIRA team configured the webhook at their end and JIRA is unable to hit ServiceNow API when a project is created in JIRA.
I want to know how to authenticate servicenow when sending data from JIRA or How to send the data from JIRA to ServiceNow?
Also Using Integration Hub and Activating JIRA Spoke plugin, is there any action available in the spoke to create a project in JIRA? i only see create issue action in the documentation.
Has anyone encountered the above and if so please provide the workarounds.
Thanks in advance.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2021 08:26 AM
Hi,
check this video for bi-directional integration
How To - Configure a bi-directional integration with Jira with integrationHub and Flow Designer
Regards
ANkur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 12:46 AM
Thanks for your reply. However Integration HUB is not in scope and also looks like we cannot create a project in JIRA using the actions that comes up with the spoke.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 12:50 AM
Hi,
if you have created custom scripted REST API then you can use either Basic or OAuth for authentication.
If you are handling everything for below point via Custom Scripted REST API and REST Message without Integration hub and spoke then you should discuss with JIRA team what request they would be sending and how the incoming request should be mapped with fields.
- Project Created in ServiceNow -> Outbound Rest to create Project in Jira.
- Project Created in JIRA -> Create Project in ServiceNow.
- Whenever SNOW is updated, it fires an outbound rest call to Jira updating the Project details.
- Fully bi-directional API via Rest calls. Both Updating both sides of the API when an update occurs on either side.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2021 01:04 AM