Hello team,
I was wondering, I created a rule to automatically reply to tickets with a generic message like this one:
Hello @{{issue.reporter.displayName}
Hope you are having a good day.
Your request is currently under review and we will get back to you shortly.
Thanks & Regards
However, I will like to create a rule that will also indicate the new ticket that is being scaled to. Meaning that from Service Desk, we reply to the original ticket with the new ticket that has been created in DEVL, BI, HR etc.
I am guessing that it has to do with some "coding" (like {{issue.reporter.displayName}}) on the original message, something like:
Hello @{{issue.reporter.displayName}
Hope you are having a good day.
E.g. Your ticket has been escalated to BI BI-5025 - Test name
Coding - Your ticket has been escalated to BI {{ticket.number.escalated}}
Thanks & Regards
Hope this makes sense.
Kind regards,
Hi @Abelardo Contreras - There are a couple options here depending upon how/when the new ticket is created.
Hello @Mark Segall
Thank you very much for your answer. I would actually like to use both. however, I am not understanding 100% how to do it, would it be possible for you to show me an screen shot with the whole coding of the rule?
Thank you again for your time
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Abelardo Contreras - Sure. Here's an example where I'm using a send email action (Note - this can just as easily be done with a comment on issue action)
My example was a simple manual trigger, but depending upon your business logic, any trigger should work. So that you can easily copy/paste, here's the subject/body of that email:
Subject
Request {{issue.key}} Escalated
Body
Hello @{{issue.reporter.displayName}
Hope you are having a good day. Your ticket has been escalated to {{createdIssue}} - {{createdIssue.summary}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Mark Segall
Thank you very much, Mark, again sorry for asking this much. I am trying to do what you showed me, however, on the second step I don't get the option "ask a new question" same as the third step I can't get "{{createdIssue}}".
What am I missing?
Thank you again for your time.
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.