Help configuring the "Process Jira Webhooks" subflow for use in a Flow Designer Service Catalog flow.

MB12
Kilo Sage

Hi all,

I'm testing IntegrationHub, but having trouble figuring out how to use the "Process Jira Webhooks" subflow in a Flow Designer flow. Is there any detailed documentation on configuring JIRA Spoke flows specifically? My goal is to have a requested item also open a case in JIRA, then have bi-directional syncing with case closure, comments, approvals, etc. I have "Service Catalog" as my trigger, and built the logic within the flow (Screenshot).

find_real_file.png

find_real_file.png

JIRA spoke comes with a sample webhook (subflow), but I'm not sure how to this into my flow.

Any help would be greatly appreciated.

 

Thanks

6 REPLIES 6

Ct111
Tera Sage

Khozema Attar1
Tera Guru

Hello,

 

Clone this subflow and make the changes in that subflow. Leave the inputs part and come down in the cloned subflow to do the below steps:

 

1.) Lookup record where your JIRA correlation id matches with your RITM record

2.)Updated that record

find_real_file.png

As you would have already generated the webhook URL and shared it with them. When Jira would configure the webhook url and post the request on that URL this subflow would automatically gets called and operations would be performed on your target RITM.

 

Also, another thing you would need to change is JIRA routing policy and change the default answer to your cloned subflow and not the OOTB one. I hope it helps.

Regards,

Khozema

Thank you, that's exactly what I was looking for. Unfortunately I'm receiving an error at the "lookup record" action of the subflow. The error doesn't provide any details, but it looks the record is returning false. Any ideas?

I have a flow designer flow running on the catalog item. The lookup record action of the subflow is running on the sc_req_item table for context.

Hello,

 

Actually the similar thing is happening with me as well.

 

JIRA is sending comments in the comments.body field which is mapped to work notes at our end but when JIRA is posting some comments, the lookup is correctly done but the work notes are not being reflected on our incident.

 

Your lookup should look something like below:

 

find_real_file.png