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.

How to stop Guided Boards being automatically created

kbleavins
Tera Contributor

For each major task I create in a project a corresponding Guided Board is created. Any sub-tasks are listed as cards. 
Is there a way to turn this off? I'm collecting a large number of VTB boards. 

kbleavins_0-1706021385866.png

 

1 REPLY 1

dbook
Mega Sage

This behaviour is controlled by the Script Include: 'ProjectWorkbenchVtb' and is how the Project Workbench VTB's are populated on each load. (See here:Components of project workbench (servicenow.com))

 

You could set the Include to Inactive but this would remove the functionality. Alternatively you could consider additional conditions to be needed for the creation of a VTB if the functionality is useful sometimes. 

 

Do like this post if helpful.