REPORTS_ENABLE_LIFECYCLE_METRICS

If you had cross-project life cycle metric reports in TeamForge 7.2 or earlier versions and if you want reporting on cross-project life cycle metrics post upgrade to TeamForge 8.0, set this REPORTS_ENABLE_LIFECYCLE_METRICS token to true.

As the new reporting framework is expected to evolve over the next few releases, unlike TeamForge 7.2 or earlier versions, TeamForge 8.0 has the life cycle metric reports feature (that lets you create and add cross-project life cycle metric charts to project pages) turned off by default. While the new reporting framework in TeamForge 8.0 makes reporting effortless, expect it to cater only to intra-project reporting needs at the moment. If you still want cross-project life cycle metrics reporting in TeamForge 8.0, you must set this REPORTS_ENABLE_LIFECYCLE_METRICS token to true.

Values

true or false

Default

false

Steps to enable cross-project life cycle metrics reporting in TeamForge 8.0

  1. Stop TeamForge.
    • /etc/init.d/collabnet stop all
  2. Set REPORTS_ENABLE_LIFECYCLE_METRICS to true in site-options.conf file.
    • cd /opt/collabnet/teamforge-installer/8.0.0.1
    • vi conf/site-options.conf
  3. Recreate the runtime environment.
    • cd /opt/collabnet/teamforge-installer/8.0.0.1
    • ./install.sh -r -I -d /opt/collabnet/teamforge
  4. Start TeamForge.
    • /etc/init.d/collabnet start all
  5. Run the TeamForge post installation script. For more information, see post-install.py.
    • /opt/collabnet/teamforge/runtime/scripts/post-install.py
Once you set this REPORTS_ENABLE_LIFECYCLE_METRICS token to true, you can use the following option in the Create Component page to create and add new life cycle metric chart components to project pages.