Hi ,
Currently my customers are creating tickets through email method, they are using below format in subject line to create ticket. Subject line will have priority of the ticket. So i want to read the subject line and change the priority of the ticket as mentioned in the subject line. now its even if subject line has P2 in priority field, ticket is being created as P3 . Please help me a way to automate this .
Sample email subject :
[Incident_Priority][Customer_Name]Alert_Subject
Hi @AKASH DP
I adjusted your rule slightly on my Cloud instance. In a test it worked fine.
Can you confirm this is what you meant?
Regards,
Daniel
And don't forget to add every ELSE needed so it checks for every priority in the summary and sets the appropriate value in the priority field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi - Did you manage to resolve this issue ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Akash, it looks like the first answer from Daniel did the trick?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are already automatically creating your issues from received emails.
The summary of the issue is the subject of the email.
Just configure a project automation (cog icon in the lower left corner of your screen):
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Iago,
I did create it that rule, but its not working. I did send an email having subject line as below , but ticket priority did not update to P2, its created as P5 .
[P2 - Critical] Ticket status to be change in Berlin| Ticket status mismatch
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share your rule configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
here is the rule execution log which contain errors.
The following issues passed:HALO-14600
Destination status could not be resolved. If using a smart-value ensure this resolves to a numeric status ID or untranslated name for issues (with current status):HALO-14600 (Waiting for support - 10818
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't have a user in your system so I can't open that link. Just attach an image of the rule configuration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've seen a notification but I see no image on this conversation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not what I've tried to explain to you.
the trigger and the condition are OK but after the IF the THEN should be UPDATE ISSUE. Priority=P2.
ELSE IF summary contains [Px-xxxx] THEN UPDATE ISSUE. Priority = Px
and so on
Unless I'm missing something you'll need to specify each Priority option
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.