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) | Inferred from GitHub auto-closing keywords |
Gitlab (PRs) | Inferred from GitLab auto-closing keywords |
Bitbucket | Inferred from Bitbucket auto-closing keywords |
JIRA | N/A |
ClickUp | N/A |
Trello | N/A |