How to stop Guided Boards being automatically created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 06:50 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 09:09 AM
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.