- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 06:44 AM
Hi
Is it possible to integrate Jira with ServiceNow to create Change records (Jira -> ServiceNow)?
Can you provide with possible solutions?
Many thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 07:02 AM
Hi @Fredo
Hi @Fredo
https://docs.exalate.com/docs/synchronize-servicenow-change-requests-and-jira-issues
These 2 links will be helpful.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 07:02 AM
Hi @Fredo
Hi @Fredo
https://docs.exalate.com/docs/synchronize-servicenow-change-requests-and-jira-issues
These 2 links will be helpful.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 02:51 AM
Hello Fredo
Integrating Jira and Snow is no easy task, luckily there are tools out there that will aid you, like Exalate, which is a decentralized integration solution, where you can granuarly decide which data will be send over.
You can create any entity on the destination side, and you can use groovy scripting to make it as customizable as you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2024 07:28 PM
Hi Fredo,
You could achieve Jira Integration of creating change tickets by multiple ways.
Option1) If Jira cant post the message of the change via REST API call , you would want to implement the FETCH Get records via daily schedule job, as Servicenow dont know when these changes created.
Once Records are retrieved find if the change ticket is already created for that particular change from Jira using flag check and then perform the insert records into change table using glide record.
Option2) if Jira can insert the records directly to servicenow pleae provide the basic or Oauth secuity tokens from servicenow and call the Rest method for insertion from Jira.