Update Change Roles based on Support Group
Requirement:
Set Change Approver based on Support group selected
Steps to configure:
- Download the attached scripts.
- Navigate to Admin > Developer Space > Change Custom Function.
- Copy and paste the content of the attached file setChangeApprover_basedOnGroup.txt and save it with a name.
- Update the URL and technician key according to your instance.
- For information on the Integration key/Technician key, refer to this KB article.
- Update the group_userMapping with the appropriate group name and corresponding user ID array as per your instance.
- Update the role ID as needed. '5' refers to ChangeApprover.
- Configure the created custom function in a trigger so it executes every time a change request is created.
New to ADSelfService Plus?
Related Articles
Change roles
SELECT chdt.changeid "Change ID", chdt.title "Title", orgaaa.first_name "Change Requester", ownaaa.first_name "Change Owner", ...
How to automatically assign users to different roles in a change request.
This script is applicable only for builds prior to 11138. This is a sample python script to read the value in the Change Owner field, when a Change Request is created and set him/her as the Change Implementer automatically, using Change Custom ...
Script to update Request with another Group when the request is approved
Use case: Assume a requester is requesting for an gadget asset and it requires approval from their managers. This ticket needs to be moved to "Asset" group only when the ticket gets approved. Pre-requisite - Python should be installed in the ...
Group change from history
This report is used to find who changed the group To make any changes to a query, refer to the KB article below. https://pitstop.manageengine.com/support/manageengine/ShowHomePage.do#Solutions/dv/24000633501275 SELECT wo.WORKORDERID "Request ID", ...
Change Risk Assessment Questionnaire using Custom module - Implementation steps
We’re excited to share a step-by-step guide( Attached) on implementing a Change Risk Assessment Questionnaire in ServiceDesk Plus using the Custom Module feature. This solution leverages Custom Modules, Change Additional Fields, and Field & Form ...