Table of Contents | ||
---|---|---|
|
...
Velocity-based method
Records completed work.
Work is evaluated based on:
Issue count
Story point estimates
Credit is attributed to the assigned contributors.
Investment Hours Method
Tracks the time spent as tickets are actively worked on.
Monitors contributor activity in issue tracking tools or commit actions in code tools.
e.g. Jira and Github
Credits a developer's contributions even if they are not assigned to the issue.
...
Overview of the presentation of data
A simple, public example of an Investment Hours R&D Capitalization report
...
Contributor | Issue ID | Issue Name | Issue State | Capitalizable? | Month | Hours Invested |
Xander | ALL-4 | Update firmware | Done | Yes | February | 16.1 |
...
...
Describing parent container to facilitate roll up
Issues often belong to parent containers which may in term belong to another parent.
e.g. Initiatives contain Epics which contain Issues
Including these parents allows for easier roll up of data
Velocity with parent issues
Contributor | Initiative ID | Initiative Name | Epic ID | Epic Name | Epic Capitalizable | Issue ID | Issue Name | Issue State | Month | Story Points |
Xander | INIT-3 | Support Delivery Drivers | ALL-1 | Driver Tracking | Yes | ALL-4 | Update firmware | Done | January | 3 |
Investment hours with parent issues
Contributor | Initiative ID | Initiative Name | Epic ID | Epic Name | Epic Capitalizable | Issue ID | Issue Name | Issue State | Month | Hours Invested |
Xander | INIT-3 | Support Delivery Drivers | ALL-1 | Driver Tracking | Yes | ALL-4 | Update firmware | Done | February | 16.1 |
...
Identifying capitalizable work
Users can indicate work is capitalizable at any level
e.g. If an issue has a capitalizable custom field value of “Yes”
e.g. If an issue is contained in an epic with a capitalizable custom field value of “Yes”
Users can use a complex capitalization trigger
e.g. If an issue is contained in an epic with a capitalizable custom field value of “Yes” and that issue is not of the “Spike” type.
...
Describing contributors to facilitate roll up
Contributor tags can be included in your report to allow you to group data by team, role or any other characteristic that is
Velocity with parent issues and contributor tagging
Contributor Role Tag | Contributor | Initiative ID | Initiative Name | Epic ID | Epic Name | Epic Capitalizable | Issue ID | Issue Name | Issue State | Month | Story Points |
Rascals | Xander | INIT-3 | Support Delivery Drivers | ALL-1 | Driver Tracking | Yes | ALL-4 | Update firmware | Done | January | 3 |
Investment hours with parent issues and contributor tagging
Contributor Role Tag | Contributor | Initiative ID | Initiative Name | Epic ID | Epic Name | Epic Capitalizable | Issue ID | Issue Name | Issue State | Month | Hours Invested |
Rascals | Xander | INIT-3 | Support Delivery Drivers | ALL-1 | Driver Tracking | Yes | ALL-4 | Update firmware | Done | February | 16.1 |
...