Skip to main content

Issues and PRs > Resolving PR label name

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

Dataset: Issues & Pull Requests

Entity: Issues

Field ID: resolving_pr_label_names

Type: List of text values

Description: The combination of labels from all resolving PRs (via auto-closing keywords), deduplicated and sorted. It is only applicable to issues.

It can be used to get a quick overview of the type of work addressed by the resolving pull requests (e.g. the field contains "bugfix" and "hotfix" labels, indicating that this issue was addressed in a bug-fixing body of work).

Source: Calculated

Transformation logic:

  • Pull Requests: Not applicable. This field will always be an empty array [].

  • Issues: Aggregate all results of labels field inherited from the PRs that resolve the issue. Identical labels are unified to prevent duplication. Resolving pull requests are pull requests that reference the issue via auto-closing keywords.

From:

Github (PRs)

Gitlab (PRs)

Bitbucket

JIRA

N/A

ClickUp

N/A

Trello

N/A

Did this answer your question?