Pull request Cycle Time breakdown

In this version of the app, we've added the capability to see the breakdown of the Cycle Time into phases of the cycle for individual pull requests on the Pull Requests page. Using this functionality, you'll be able to examine the phases of the cycle to identify areas that need attention.

The definition of the phases is as follows:

  • Time to Open: Time from first commit until a pull request is created
  • Pickup Time: Time from when the pull request is created until the review begins
  • Review Time:  Time from the start of the review until the pull request is approved by all reviewers
  • Time to Resolve: Time from the pull request approval until it is merged or declined

Too see the breakdown, click on a value in the Cycle Time column against a particular pull request on the Pull Requests page. Learn more in the documentation.