Skip to main content

Issues and PRs > Resolving PR last closed at

Tom Williams avatar
Written by Tom Williams
Updated over 3 weeks ago

Dataset: Issues & Pull Requests

Entity: Issues

Field ID: resolving_pr_last_closed_at

Type: Datetime

Description: The latest closure 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 closing of all PRs at the end of the development (the definition of a closed PR differs from a merged PR).

Source: Calculated

Transformation logic:

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

  • Issues: The latest occurrence of all closed_at fields inherited from the Resolving pull requests. The null values are ignored. A null value is returned only if all closed_at values are null.

From:

Github (PRs)

Gitlab (PRs)

Bitbucket

JIRA

N/A

ClickUp

N/A

Trello

N/A

Did this answer your question?