Hello there
I need help with 1 rule
If a mail with the subject "abc project" comes from test.user1@gmail.com and test.user2@gmail .com mail addresses, open it in this ticket for abc project category
Hi @Aykan Inal , I'm sorry I'm not completely following you here. It seems that you are trying to create an automation rule, correct? Please note that there isn't a trigger specifically associated with an incoming email. The trigger can be done based on some update to a specific issue. Maybe you are asking for is something like below?
yes, how to ?
a request record will be created by e-mail
Posted by user 1@gmail.com or user2@gmail.com
and the word "test wor1" or "test word" is mentioned in the post subject
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A ticket will be created by mail.
from abc1@gmail.com or abc2@gmail.com
and its subject
"abc project" or "def subject"
how do i create this rule
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you saying that when an issue from user ABC1 or ABC2 is created via the email channel then you want to take some action? If so what action are you wanting to take?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
issue from user ABC1 or ABC2 is created via the email channel
and mail subject = issue summary
user 1 or user2 sending mail
subject "abc" or "def" or "ghi" or "jkl"
opens alfabe category and assigned user
how to
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aykan Inal ,
have you begun to set up the rule yet? please give it a go starting from what I have shared and adjust to meet your needs. Come back here when you get stuck. You can use a JQL for much of the conditions, e.g.
request-channel-type = email and reporter in (abc1, abc2)
I am confused by the following...
mail subject = issue summary - The subject of the email used to create the issue will always equal the Summary since the subject is used to create the Summary.
subject "abc" or "def" or "ghi" or "jkl" - I do not understand
opens alfabe category and assigned user - I do not understand
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess I couldn't explainn
Iam sorry
sample scenario
It will be created via email channel abc1@gmail.com or abc2@gmail.come
abc1 or abc2 subject of sent email
If it contains the words "one" or "two" or "three", assign the request to this person
how to
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.
I think things are getting lost in translation a bit.
Which of the following is true?
If #1 is true, can you explain how you have two custom email channels for a single JSM project? Maybe these are from different projects?
Next questions - you mention "If it contains the words "one" or "two" or "three", assign the request to this person". What does "it" refer to? The subject of email (Summary) or the body of the email (Description)? Who is "this person" that you want to assign the issue to?
finally, have you attempted to construct the rule? Maybe you could share what you have thus far?
From what I can tell at this point here is what you are attempting to do...
Trigger - When issue created
Condition - Reporter = xxxxx
Condition - Issue was issued via email channel (not portal or application)
Action - assign issue to xxxxx
if that is incorrect please use the above as a template to present your precise goal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
trigger : abc1@gmail.com or abc2@mail.com ( this is customer mails)
Condition: contains the words "one" or "two" or "three"
Action: assigned supportuser1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aykan Inal ,
the trigger needs to be an event not a user‘s email, that will be a condition.
so automation will look like this …
trigger - issue created
condition - reporter equals abc1 or abc2
condition - issue summary contains “one" or "two" or "three"
action - edit issue Assignee = supportuser1
if you look at some of the images I previously posted you should be able to get the automation set up. Let me know if you get stuck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jack Brickey
I tried to explain what I wanted to do in simple sentences.
Very thanks for help
There are 2 customers
customer1@gmail.coom and customer2@gmail.com email addresses
This customer creates a request by sending an email.
If the subject of the email sent by customers contains the word "keyboard" or contains the word "mouse", allow it to be registered as the hardware request type and assign the user tchnl1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok then my input above should be what you need then. Please construct your automation rule and let me know if you get stuck.
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 @Aykan Inal , two options I think.
option 1: use If/Else and repeat your condition/action for each email.
option 2: this should work I think but I have not tested. Use JQL with smart values like below...
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.
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.
Can you leas view the log file when the rule ran to see the cause?
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.
Rather than a JQL for the second condition use the "Issue fields condition". Choose Summary for the Field, Contains for the Condition and enter your desired values.
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.
ignore the automation stuff on the left just reference the "Issue fields condition"
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.
Please try the below solution. I switched out to using JQL for both conditions. Please ensure that you have quotes around the emails as shown.
I tested this rule and it work successfully. Hopefully this will work for you and you can modify it further as needed to meet your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
very thanks its run problem solved
I have another question
I want to create 1 group
A support group of 2 or 3 people
and i will assing requests to this group
how can i create a group
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.