hi team,
I have created jira webhook, but I couldn't see Attachments events check boxes .
Could you please help me to get that.
PFB screenshot :
Please help me with this..
Regards
Sri
Hi,
There is no attachment event, but if you add/remove attachment it should trigger the issue updated event.
Did you try issue updated ?
Thanks a lot Mohamed.
We are trying using Integration Hub. From Jira -> Servicenow.
We have tried with Issue updated event for attachments sync. But whenever issue has been updated, automatically attachments are being added in Servicenow ( Duplicating attachments everytime).
Please help me with this..
Regards
Sri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sri,
I am just now trying to solution this issue as well (duplicate attachments from Jira). Did you find a solution?
Thanks!
Cheri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sri,
Just wanted to update I fix this with an attachment look up in flow designer. Sharing if you or someone else still needs assistance.
After I parse the payload for attachments
Look Up Records action: condition is Attachment related record is ServiceNow record (previous look up with correlation ID) and Attachment file name is the Jira object attachment file name
If action: count = 0
Action: copy issue attachment to record
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sri,
I guess the issue you were facing is now fixed. But, we are facing another issue on our side.
Whenever we are updating a jira issue with an attachment, neither it's getting automatically attached on the ServiceNow side, nor we are receiving any attachment details in the payload when the issueUpdated webhook event is getting triggered.
Can you tell any reason why is it so?
Regards,
Sudhangshu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.