Change Primary Owner scope on Incidents
Best Answer
-
Joe_Burrows Cireson Devops Super IT Monkey ✭✭✭✭✭Christopher_Wisofsky said:I will log this with support tomorrow; I think they helped us limit the box initially. We have a large number of users, mostly students, so we try to filter every user box we can. I will post the final fix here.1
Answers
If you want to have a primary owner set on default during creation you just need to set this in your templates. For request offerings you would need to do in each template the request offerings reference, and for the default new workitem portal forms you would need to create a new template and update the settingitems as below:
1. Find the display name of the template that you want to use in the SCSM console (Library\Templates)
2. Log in to a server that is running the SCSM management server and the Cireson Portal web site.
3. Start PowerShell
4. Run this command to load the SMLets PowerShell module: Import-Module SMLets
5. Run this command to find the template name: Get-SCSMObjectTemplate | ?{$_.DisplayName -eq 'the display name of the template'} | Format-Table Name, DisplayName
6. Copy the value from the Name column
7. Add the value to settingitems in the admin settings for the template you want changes, eg DefaultIncidentTemplate
You can set this FilterByAnalyst to false on your custom form for incident.js then you can pick any user or group:
See KB for more details on custom forms
Any questions let me know
Cheers
Joe