Dataset: Issues & Pull Requests
Entity: Pull Requests, Issues
Field ID: last_commit_before_first_review_at
Type: Datetime
Description: The datetime at which the first submitted pull request review was created. For issues, the timestamp is evaluated from resolving pull requests.
Source: Calculated from commits and pull request reviews
Transformation logic:
Pull requests: The
committed_at
timestamp of the last commit before the first review was submitted (committed_at <= first_review_submitted_at
).Issues: the earliest
last_commit_before_first_review_at
from resolving pull requests. Resolving pull requests are pull requests that reference the issue via auto-closing keywords.
From: |
|
Github (PRs, Issues) | Calculated |
Gitlab (PRs, Issues) | Calculated |
Bitbucket (PRs) | Calculated |
JIRA (Issues) | Calculated from resolving PRs |
ClickUp (Issues) | Calculated from resolving PRs |
Trello (Issues) | Calculated from resolving PRs |