Reports can be generated on a regular basis to keep track of the different metrics.
You can generate the following reports at the site level:
Users Logged In
The Users Logged In report provides information on the number of users logged in at the site level. The User schema contains the user login information; TeamForge captures one fact row for each user that is logged in during the day. For more information see User schema
SCM Commits
The SCM Commits report provides information on the number of commits made in the SCM repository. You can query the SCM schema to obtain useful commit information in the SCM tables. For more information see SCM schema
Artifacts Closed
The Artifacts Closed report provides information on the number of closed artifacts. An artifact will be considered as closed, if the artifact status (meta-status) is changed from Open to Closed today and if the artifact status remains so till end of the day.
Re-opened artifact
An artifact will be considered as re-opened, if the artifact was in closed status (meta-status) yesterday and if it is changed to Open status (meta-open)today.
0 Comments