Ticket Tag Values using Ask Question Action and Rule

Hey guys,

I am trying to figure out how to make ticket tag values appear in an ask question value scenario.

By default I know when creating a ticket tag you can allow it to popup and select an option before going to ticket screen.
This is great and you can even have multiple ticket tags selections that you can apply before getting to ticket screen.

However I am trying to put together a slightly different method to this by the use of ask question. You are welcome to suggest other methods if this isn’t the most convenient or good way of doing so.

What I am trying to do is using ask question, rule, I want it to show the list of ticket tag values in which a user would select it and apply it to the ticket.

So I know there is the method of having employee’s as entities and using a method around that, I don’t mind going down that path but I am just trying to see what’s possible with ticket tags at the moment.

There is a ticket tag Named :User. and some values that have user names.

I want to have those values show up when the Ask question rule is fired.

I tried the following screenshot but that didn’t work.
58%20pm

I know I can bring up a keyboard and get them to type a value and put that value through to next rule.
But I was wondering if there was another method of showing those values?

So are you saying that doesn’t work)

I thought I did say it didn’t work lol but yes, that didn’t work.

It only gave me

If I could get the Ticket Tag values to show, then my other rule which parses the value “Apply Ticket Tag” may work.
At the moment, if you press “Yes” or “No” it will parse that. But it’s only showing YES and NO because it won’t get the values from {TICKET TAG:User} I think this wont work as it’s only looking at the ticket tag name “User” but not it’s values. I can’t find anything else that could bring i’ts values.

hmm

This is interesting
 If I make the “User” ticket tag to show up before creating a ticket and make a selection and insert PAX, then suddenly I get a value.


Hmmm so it appears to only apply a value if a value is already selected.

Just a small thing, in your action you spell user with lowercase ‘u’

When your talking about it you spell user with a capital ‘u’ User

Have you checked your using the correct spelling for user?

If so it may not be possible, I know when emre allowed the ask question to be able to show portion buttons he created a new portion tag for it, maybe it needs a new tag programmed to work???

What rule is this on? And how does it relate to the creation/updating of that tag?
It’s definitely possible as I have one for course count which check and compairs the number of mains to the ticket take for covers and it asks if they don’t match giving options of the counted number of mains as a report expression, set covers from tag or option to manually overide which moves to a prompt to allow typing covers in

I added {TICKET TAG BUTTONS:<tag group name>} for the next update.

4 Likes

The actual Ticket Tag Name is a Capital U. So it will shows as {TICKET TAG:User}.

I had to make my rule popup as soon as PAX is selected as I tried to make the rule before ticket is created but it wouldn’t work so this was the closest method I got to get it to work.


This rules would get the command value and apply it to the ticket tag name USER.

That’s great! I didn’t expect that but thank you kindly for doing so. This will allow for many other great things to be done with use of ticket tags.

If there is only one option why do you need the ask question?

For the client I’m building this for, I initially created the original method where ticket tag would pop up before creating the ticket and made it mandatory for them to make a selection. It would show PAX and User and unless both were selected it wouldn’t continue. I don’t know why but they found this confusing to follow, so I was advised to look for a different method to accommodate the flow they wanted.(They’re used to screen popups). I did suggest the normal way would be better but they insisted and here I am lol.