Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Assign Catalog Task to assignment group manager

Rick Mann
Tera Expert

I am creating a new catalog task where the assignment group will be Database Administration and the "assigned to" should be the group manager of the assignment group. Is there a way dynamically make the group manager the assigned IT Rep for the task?

I saw another post that discussed something similar: Auto fill Assignment group and/or Assigned to in Catalog Task based on variables

I also tried adding the following line to the advanced script section of the catalog task: task.assigned_to = sys_user_group.manager;

Any help is appreciated.

Rick

5 REPLIES 5

Thanks Jay. I ended up finding this little bit of code to set the Group Manager as the assigned to.

Rick