I am thinking of ways of enforcing change freeze and have auditable evidence in the ticketing system for it as well.
It is specifically between 2 states I want to put the freeze in. The rest can still be changed.
Hi @G42 ,(that"s an interesting name)
You can block a state transition based on a condition or validator. How you would define your freeze, for that I would need a bit more information..
You can use a group membership, a custom date field,.. some kind of flag, an approval step,..
Hi Dirk
(I am not an AI Bot, rest assured lol)
In order to freeze the transition, it is linked to time (like 48 hours before a specified date and time, the service desk users/agents should not be able to change the state of a ticket lets say from A to B). Past that window, the change freeze can be released.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You'll need one of the scripting apps to do that, but you should be able to create a condition such that "if (now) is less than <date/time field - 48 hours> return false" (returning false in a condition means "transition cannot be used")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi NIc
Thanks for your response. I was hoping to avoid using scripting apps as the feedback I have from the team is it causes issues in our environment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so you need one of the scripting apps, plus someone who knows not to write scripts or automations that causes the issues you say you are having.
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.