Metrics and Reports

Inventory of Items

This simple script loops through the current folder and recursively through subfolders and reports on the modules it finds. Output is to a CSV file. To produce an inventory of modules in the entire database, just run this script from the database root folder.

View source code

Size of Project on Disc

This script reports the about the disc space that is being used by each module in the current project. In order to run this script you will need read-access to the DOORS data folder on the server.

View source code

For all items in folder do { something }

This template provides a starting point for a new script where you wish to scan items in a folder, project or database and perform some action according to the items encountered.

Unmodified, this script simply prints the full name of all items found below the current folder.

View source code