How to add Assigned User (optional) in a Request Offering?
Hi - I was wondering whether anyone had done this - we have a generic Request Offering on our Portal for our Service Desk to use, which allows them to allocate the call to a Support Group, but in certain cases we also would like to allocate the call to a particular Analyst, eg if the call is urgent. So it is not something we can set on the Template, as normally the analyst will not be assigned at this stage. Has anyone done this via a Request Offering and if so how? We cannot see how to do this?
Many thanks, Carol.
Best Answer
-
Gerhard_Goossens Customer Advanced IT Monkey ✭✭✭I created an Orchestrator runbook that assigns the IIR/SR to the analyst who created it. I also added a twist to it that resolves the WI. We call this Quick Create/Resolve.
So what I did create a new Request offering that only targeted groups/analysts can see. Then added an RBA to the IR/SR template. This triggers Orchestrator to do the assign/resolve.
Portal
Template with RBA
Orchestrator runbook for quick assign
Orchestrator runbook for quick assign and resolve
This solution works great for the cases where stuff can be immediately assigned to the person who answers the phone and the cases where the Wi can be closed automatically.
6
Answers
That sounds like some high level customization you would need built for that.. as the logic behind that doesn't sound like it would be an easy thing to do! My recommendation would be reach out to Team@Cireson.com, see if this is possible and get an engagement going.
I was thinking another way you could do is have an optional prompt on the ARO for 'Assigned User' that they do not have to fill out but could if it was urgent, which would then have a PowerShell Activity running in the work item to take that information and set the Assigned User on the ticket so the analyst didn't have to go back in and assign in.
Let me know what you think!
Shane.
I am trying to build something in my lab that works in this way but might take some time! Going to test it for SR's/IR's because the easiest way to do this is extend the class to include a 'User Input JSON' extension, which you can then target with a PowerShell activity and make this possible.
I will try work this out for you and let you know when I get somewhere.
Also as a side note, do you not think something like this may be abused by your users if you give them the ability the select the assigned user? Or even just an ARO that automatically assigns to someone in general? My advice would be if you did want to do something like this it needs to be in a separate Service Offering for only like managers to use for example.
Thanks,
Shane.
Or are you looking to do something that is quicker than this?
Thanks,
Shane.
So what I did create a new Request offering that only targeted groups/analysts can see. Then added an RBA to the IR/SR template. This triggers Orchestrator to do the assign/resolve.
Portal
Template with RBA
Orchestrator runbook for quick assign
Orchestrator runbook for quick assign and resolve
This solution works great for the cases where stuff can be immediately assigned to the person who answers the phone and the cases where the Wi can be closed automatically.
Gerhard_Goossens
Thank you, this looks just what we are after, I'll set something similar up in our Dev environment. Thanks for sharing this with us.
@Gerhard_Goossens any chance you can please send me the details for the quick assign runbook?