Due Date for an Incident?
Best Answer
-
Geoff_Ross Cireson Consultant O.G.Hey Sandy
SCSM tends to follow the ITIL approach which for incident management is that a user or analyst provides an impact and an urgency and from that the system calculates a priority. From there it can pick up an SLO (SLA) which will indicate a due date.
However, RequiredBy is a property on the WorkItem class which is then inherited onto the Incident class so it's there is you want to use it.
(I personally think it's a fantastic way to run a service desk to ask users when they need something fixed by but it depends if you can trust your users to give sensible answers.)
But... it's not on the incident form by default so you need to add it. This is very easy in the Cireson Portal but much harder in the SCSM Console.
Geoff5
Answers
SCSM tends to follow the ITIL approach which for incident management is that a user or analyst provides an impact and an urgency and from that the system calculates a priority. From there it can pick up an SLO (SLA) which will indicate a due date.
However, RequiredBy is a property on the WorkItem class which is then inherited onto the Incident class so it's there is you want to use it.
(I personally think it's a fantastic way to run a service desk to ask users when they need something fixed by but it depends if you can trust your users to give sensible answers.)
But... it's not on the incident form by default so you need to add it. This is very easy in the Cireson Portal but much harder in the SCSM Console.
Geoff
Hi Geoff
I was wondering about the ITIL approach on incidents. I stumbled across a few SCSM articles out there that speak about SLAs that would set the Target End Date in SCSM as you mentioned. I like this idea better than just having someone set a manual date. But of course I suppose it's up to the unit manager to decide (in our case) what the SLA should be.
I've been encouraging our Help Desk folks to let me know what they'd like to see in SCSM / Cireson. We've gotten a few responses such as this and I don't want to discourage the folks from asking. They're a pretty smart bunch though.
I'll take a look at the RequiredBy property and see what I can do with that.
Thanks again!
The Target End Date is a property on an SLO which the system will relate to the incident for you once all configured. Nothing will see the Required By except a person either directly on the IR form or mapped from an Offering.
Keep encouraging the requests and post any here you don't know what to do with.
Geoff