Jira integration to create Change record in ServiceNow

Fredo
Tera Contributor

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

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Fredo 

 

Hi @Fredo 

 

https://docs.exalate.com/docs/synchronize-servicenow-change-requests-and-jira-issues

 

https://docs.servicenow.com/bundle/vancouver-devops/page/product/enterprise-dev-ops/concept/jira-int...

 

These 2 links will be helpful.

 

LearnNGrowAtul_0-1704466866020.png

https://docs.servicenow.com/bundle/vancouver-it-asset-management/page/product/software-asset-managem...

*************************************************************************************************************
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]

****************************************************************************************************************

View solution in original post

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Fredo 

 

Hi @Fredo 

 

https://docs.exalate.com/docs/synchronize-servicenow-change-requests-and-jira-issues

 

https://docs.servicenow.com/bundle/vancouver-devops/page/product/enterprise-dev-ops/concept/jira-int...

 

These 2 links will be helpful.

 

LearnNGrowAtul_0-1704466866020.png

https://docs.servicenow.com/bundle/vancouver-it-asset-management/page/product/software-asset-managem...

*************************************************************************************************************
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]

****************************************************************************************************************

Mathieu Lepoutr
Mega Guru

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.

kiranit396
Tera Contributor

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.