Hi
I want to make an automation for when the ticket is in approval status to validate that it is the right organization that is put in the organization field and makes a check with the first character of the "ticket title" (summary field) because in our case the name of the customer is written in the beginning of all tickets.
Thus, we would avoid sending the ticket to the wrong customer.
I have started something but I think my logic/advanced compare conditions does not work all the time.
any idea?
Thanks
You are missing issue in your smart value, it should be {{issue.summary}}. See Jira smart values - issues for more information.
is there a way in my advanced compare condition(or in another way) to only use one condition like:
if the {{issue.summary}} contains/equals with the organization name to do the verification and go the right branch if the condition is met.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure that I am following, the advanced compare only takes two values that you are comparing. You could also use the issue field condition to see if the summary contains a specific value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mikael Sandberg do you have an example you could show me to use the issue field condition that you mention
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is an example of an automation that I have that is looking at the summary field to see if it starts with "Course completion"
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.