Skip to main content
All CollectionsData & operationsIssues & Pull Requests dataset
Issues and PRs > Resolving PR first created At
Issues and PRs > Resolving PR first created At
Tom Williams avatar
Written by Tom Williams
Updated over a week ago

Dataset: Issues & Pull Requests

Entity: Issues

Field ID: resolving_pr_first_created_at

Type: Datetime

Description: The earliest creation date among all resolving PRs (via auto-closing keywords). It is only applicable to issues.

It can be used to calculate specific stages of the cycle time. E.g. the time elapsed between the assignation date of an issue and the beginning of the actual start of the development.

Source: Calculated

Transformation logic:

  • Pull Requests: Not applicable. This field will always be null.

  • Issues: The earliest occurrence of all created_at fields inherited from the PRs that resolve the issue. Resolving pull requests are pull requests that reference the issue via auto-closing keywords.

Definition of resolving pull requests:

A resolving pull request is a pull request that:

  • Contains an auto-closing keyword to an issue

  • Has a base ref that has not been used as a head ref by a previous pull request associated with the issue

This last condition ensures that release PRs (e.g. PR from master to staging then staging to production) do not get considered as resolving if they follow a proper implementation PR (e.g. from my-feature-branch to master), even though they contain references to issues through commits.

This condition replaces the rule from GitHub, GitLab, and Bitbucket that resolving pull requests must target the main branch. This condition is not practical for Keypup since the main branch can change over time. Using this definition would mean that any resolving PR preceding a change of main branch would no longer be considered as resolving, which would impact historical reporting.

The Keypup definition also brings some flexibility in case of emergency releases. If you push an emergency fix referencing an issue to the main branch and then release this fix through release PRs, then the first release PR will be considered as a resolving PR (GitHub/GitLab/Bitbucket would simply ignore it). This information can then be used for incident reporting in Keypup.

From:

Github (PRs)

Gitlab (PRs)

Bitbucket

JIRA

N/A

ClickUp

N/A

Trello

N/A

Did this answer your question?