New to portal a question about the change status option within Service Reuests
Best Answer
-
Geoff_Ross Cireson Consultant O.G.Hi Stuart,
The SR statuses are based on MOF / ITIL and the statuses tha you are 'allowed' to go to is determined by the current status.
You cannot change the options here but you could hide this task and create your own custom task with whichever statuses you need.
Geoff5
Answers
The SR statuses are based on MOF / ITIL and the statuses tha you are 'allowed' to go to is determined by the current status.
You cannot change the options here but you could hide this task and create your own custom task with whichever statuses you need.
Geoff
Has anyone looked at adding new status options using Javascript? Our Service Desk manager has requested this for our service.
Kind regards
Eugene
I wrote a task that allowed a "draft" status to be set for Change Requests. Note that if you keep the Cireson change status task, if your non-MOF status is the active one, then their control allows ALL statuses to be selected. This may be OK, or it may lead to undesired status changes. I am sure that is why @Geoff_Ross suggested hiding theirs if you create a custom one.
My existing code simply sets a specific status when clicked, rather than presenting choices to the user. However, the same code that prompts you to select a template when converting an IR to an SR could be used to enumerate status instead of templates, for example.
I plan to make a custom status change task in a future update (the priority is too low to tackle now), in order to allow single-touch open/close tickets to be created without causing the dreaded data conflict error that the workflows cause. I do wonder if that will prevent emails from being sent by certain workflows, however.