Flow
Measures the speed and efficiency at which developers deliver features or complete tasks.

The following metrics are part of velocity -
PR Cycle Time
The cycle time is the average duration that Pull requests spend in different stages of the pipeline, including "Coding," "Pickup," "Review," and "Merge."
Coding time
The "Coding" stage represents the average time taken by developers to write and commit the code changes.
Issue Cycle time
Issue Cycle Time represents the average time it takes for an Issue ticket to transition from the 'In Progress' state to the 'Completion' state.
Issue Velocity
Issue velocity represents the average number of completed tickets by a team in the selected period.
Last updated