Multiple Comments getting updated from ServiceNow to JIRA Bidirectional Integration

Koyel Guha
Tera Contributor

Hi , 

I am facing issue while updating the Comments from ServiceNow to JIRA. When I am updating a comment, it is adding duplicate comments continuously in JIRA and ServiceNow. It is going on a loop. I have used look up latest comment update and followed KB1775583 . It is still not working.

 

Could you please me to get this fixed so that only the recent and unique comment gets updated in JIRA and ServiceNow both.

 

Thanks

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@Koyel Guha 

how and from where the API trigger is getting called?

are you using some BR to consume the REST Message

share the screenshots for the steps

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Bhuvan
Kilo Patron

@Koyel Guha 

 

You already know the cause, you need to troubleshoot if the fix is correctly applied on both JIRA and ServiceNow end.

 

Take recent flow executions for the JIRA integration and check for cyclic updates to understand whether still work notes loop exist and if yes, troubleshoot which side is responsible for it and most likely some of the steps from the workaround might be missed or mis-configured. Check for flow variable value is populated as configured and if loop is working as expected.

 

Steps provided in the Knowledge Article is only guidance and not complete steps. Check flow execution logs and if you are not able to find the cause, share the flow and recent executions to help you with troubleshooting.

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

Koyel Guha
Tera Contributor

hello, 

Please find the Screenshots : 

KoyelGuha_0-1757515966957.pngKoyelGuha_1-1757515998736.pngKoyelGuha_2-1757516024774.pngKoyelGuha_3-1757516048685.pngKoyelGuha_4-1757516068943.png

 

KoyelGuha_5-1757516110630.png

Webhook Subflow : 

KoyelGuha_6-1757516233501.pngKoyelGuha_7-1757516284317.pngKoyelGuha_8-1757516302426.png

Thanks