- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2023 07:15 PM
Hi All,
I have a requirement to sync all comments/work notes added in Problem and Jira Ticket (bidirectional)
Adding a work note/additional comment on the problem to Jira is already working
My issue is adding a comment in the Jira ticket to the Problem record. The problem record won't be updated with the new comment added in Jira.
I followed the steps in https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0831019 and double-checked the Callback URL but it is not executing.
Would you have any thoughts on this?
Earl
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 05:39 AM
Hi @Community Alums,
Sorry for the late reply.
The problem we encountered is the callback URL (<name>.service-now.com/) This part doesn't match the value stored in glide.servlet.uri property.
I changed the property value to the URL instance and that fixes the problem.
More information can be found here
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1516038
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2024 10:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2024 04:29 AM
Hi @Hemanth Naik ,
If you go to the Jira Webhook Registry and click the callback URL,
Can you compare if the Base URL is the same with your current URL instance?
That was our issue before and it was fixed by changing glide.servlet.uri