I am setting up a different auto-reply for tickets with and without and attachment.
What I want to do in words is
if the ticket has an attachment, send an email saying: Thank you
if the ticket has no attachment, send an email saying: The attachment is missing
How would I do that?
Hi Simon, welcome to the Community! You can achieve this via Automation. Something like this...
trigger - issue created (assuming the expected attachment occurs at creation)
condition1 - something that uniquely defines when an attachment is expected, e.g. Request type
condition2 - JQL - attachments is empty
action - send email to reporter of missing attachment
Now, by default, if enabled there is a issue created notification that goes to the customer and I suggest leaving that in tact to say thanks. then the automation would send another email stating missing attachment if that is the case. However, you could elect to disable the default Creat notification and use an If/else condition in the automation to send one or the other emails. The reason I don't like this is that you might want the Create notifications for some request types that don't require attachments.
LMK if you need further input and good luck!
wow, you were fast! Thank you! Perfect!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey Hello, Greetings!
Need your help pls.
I have custom field called "Total Value", what i want is if the total value is >=100000 then attachment is mandatory and allows workflow to transit from Status A to status B
and if "Total Value" is <100000 then it should not ask for any attachment and simply workflow transit from Status A to Status B.
Note- attachment is in ppt form.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your use case is different. I suggest opening a new question for the community. With that said, very briefly, Automation will not work here as it occurs after the fact. You need a conditional Validator. For this you will need an addon app.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.