Issues and PRs > First commit at
Tom Azernour avatar
Written by Tom Azernour
Updated over a week ago

Dataset: Issues & Pull Requests

Entity: Pull Requests, Issues

Field ID: first_commit_at

Type: Datetime

Description: The datetime at which the first commit was made on a pull request. For issues, it is the timestamp of the oldest commit across all resolving pull requests.

Source: Calculated from commits

Transformation logic:

  • Pull requests: It is the creation datetime of the first commit

  • Issues: It is the creation datetime of the oldest commit across all resolving pull requests. Resolving pull requests are pull requests that reference the issue via auto-closing keywords.

The table below maps the fields or logic from the source systems corresponding the most closely to the transformation carried out by Keypup:

From:

Github (PR commits)

first_commit.committed_date

Gitlab (PR commits)

first_commit.committed_date

Bitbucket (PR commits)

first_commit.date

JIRA

N/A (see transformation logic)

ClickUp

N/A (see transformation logic)

Trello

N/A (see transformation logic)

Did this answer your question?