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

Dataset: Issues & Pull Requests

Entity: Pull Requests, Issues

Field ID: last_commit_at

Type: Datetime

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

Source: Calculated from commits

Transformation logic:

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

  • Issues: It is the creation datetime of the newest 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)

last_commit.committed_date

Gitlab (PR commits)

last_commit.committed_date

Bitbucket (PR commits)

last_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?