You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.