JIRA ServiceNow Issue Integration - JIRA Spoke

Petr Pastuszek1
Tera Contributor

Hello all,

We solved one problem with JIRA spoke but we run into another.

 

Problem Solved:

We extended the webhook URL we provided to JIRA team and we added to the end of webhook URL in JIRA '&issue_id=${issue.id}' parametr - whenever webhook run, we get in ServiceNow Issue ID - great!

 

When a new attachment is added into JIRA issue, webhook run, and in flow designer we have access to issue id, so we can find incident in ServiceNow.

Without this, OOTB spoke do not bring with attachments changes in JIRA issue id/incident number to ServiceNow - finally solved this problem.

 

New Problem:

When attachment is added in JIRA it is sent to ServiceNow as attachment and as part for comment field.

- processing attachment itself is OK and works great.

- problem is when attachment in JIRA is added to JIRA customer comment field, it arrive to ServiceNow this way, see below.

How could we display attached file from JIRA properly in the comment field in ServiceNow, any idea please?

Please note, that when Im adding comment from JIRA to ServiceNow via flow designer, I wrap them into '

[code][/code]

' but it doesn't help.

PetrPastuszek1_2-1709134883765.png

 

 

 

 

PetrPastuszek1_1-1709134542905.png

 

 

PetrPastuszek1_0-1709134355440.png

 

/Petr

 

 

 

1 REPLY 1

Mathieu Lepoutr
Mega Guru

hello @Petr Pastuszek1 

 

Displaying inline attachments is possible with Exalate, it also uses the public api's but you can transform the data.

Exalate is a decentralized integration solution, where you can granuarly decide which data will be send over and applied.