We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Assign to Analyst Mandatory
We have cases when IRs/SRs get Resolved/Completed without an analyst. When this happens the runbook doesn't send an email of ticket completion. Any way to avoid this?
Thanks
Comments
Have you tried adding "Required: true" to your IR and/or SR forms? Like so ...
{ DataType: "UserPicker", PropertyDisplayName: "AssignedTo", PropertyName: "AssignedWorkItem", FilterByAnalyst: true, Required: true },
https://support.cireson.com/KnowledgeBase/View/51#/ for more on form customization.
Thanks,
Nick
We assign IR/SR to groups. If we set this field to be required how we can assign an item to a group?
If you use Support Group then make this field required: true.
If you use AD Groups, then a group selected will satisfy the required: true.
You might need to explain your situation and what you are trying to achieve a bit more as it sounds like it is possible with the right configuration and customisation.
The workflow is: Helpdesk gets the WI>after they have all the necessary info/screenshots they classify it and based on classification they hit "Show Routing Table" Task and use the routing table to escalate the WI to the next support group. At this point they may (using Assign to Analyst Task) or may not assign it to an analyst part of that group.
So you can't set the Assigned To as required because when you escalate, you only set the new support group and let that new team assign it to an individual. You only want it to be mandatory if trying to resolve the IR. In this case, I would achieve what you need with a custom Resolve Task (hide the OOB Change Status Task) that checks that this field has a value before allowing the analyst to resolve. A custom Resolve Tasks is also great for making a resolution description mandatory or even a minimum length.