Dataset: Reviews
Entity: Pull Request Review
Field ID: requested_at
Type: Datetime
Description: The datetime at which the review was originally requested. NULL
if the review was spontaneous.
Source: App
Transformation logic:
The
requested_at
is calculated by looking at the date of theREVIEWER_ASSIGNED
event preceding the review.If two successive reviews are provided by the same reviewer after being assigned for review, the first review will have a
requested_at
and the second review will be considered spontaneous (requested_at
isNULL
)If a reviewer is assigned for review, then unassigned, then provides a review, then the review will be considered spontaneous (
requested_at
isNULL
)
From: |
|
Github (Reviews) | Calculated |
Gitlab (MRs) | Calculated |
Bitbucket (PRs) | Calculated |
JIRA | N/A |
ClickUp | N/A |
Trello | N/A |
β