Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

PERF allows to include and exclude sub-items from metrics calculation. This can be helpful if you need calculate metrics for a project duration/release and sub-items estimation and quantity is no object in this case.

  • If "Include sub-items into calculation" turned on then task estimates and their quantity will be taken into account while calculating metrics (it mostly affects Productivity  & Scope and Backlog metrics).
  • If "Include sub-items into calculation" turned off then tasks are not included into the calculation in items at all but estimates are summarized in most Productivity metrics.

To including/excluding sub-items in calculation go to Project ConfigurationTask Tracking Systems (Jira, Rally, TFS/VSTS)Workflow.

Sub-item is a sub-bug or a sub-task.

What is considered as a sub-item depends on a Task Tracking System:

  • JIRA sub-items: sub-issues per native JIRA terminology;
  • RALLY sub-items: Tasks (in rally tasks are always children of Story or Defect);
  • TFS/VSTS sub-items: child items of ANY parents except Feature or Epic.

Include sub items checkbox affects calculation in the following metrics:

Example if Include sub items checkbox affects calculation:

Given:

Story 1 with estimate 5 SP

Story has 2 sub tasks: 

  • Sub task 1 with estimate 20h
  • Sub task 2 with estimate 5h
UoMSub-items OFFSub-items ON
ItemNumber of parent issues:  1Number of parent issues + number of sub issues: 1+2=3
Story pointSP for parent issues: 5SP for parent issues  + SP for sub issues: 5+0+0=5
HoursHours for parent issues: 0Hours for parent issues  + Hours for sub issues=0+20+5=25
  • No labels