Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×An automation to remove attachments from tickets that are emailed in.
I want to create tickets from emails sent to Jira, but I want any attachment to be deleted upon creation of the Jira ticket.
How can I achieve this?
Hi @Harry Schilbach ,
Just create an automation rule that is triggered upon issue creation.
You can add the "Delete attachments" action. There is the possibility to specify in detail which attachments you want removed.
Best regards,
Kris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Howdy @Harry Schilbach You can Delete the attachments with an Automation but this does it after the ticket is created. So there will still be artifacts in the Ticket itself (but it will say 'Preview unavailable').
This is my simple automation --> basically it's using a Regex expression to delete any attachment that is a jpg/png thats name starts with 'image0' - For example I have corporate signatures that have 6 images in them that are image001.png, 002 and so forth.
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.