Dataset: Issues & Pull Requests
Entity: Pull Requests
Field ID: resolved_issue_label_names
Type: List of text values
Description: The combination of labels from all resolved issues (via auto-closing keywords), deduplicated and sorted. It is only applicable to pull requests.
It can be used to get a quick overview of the type of work addressed by resolved issues (e.g., the field contains "critical-bug" and "medium-bug" labels, indicating that this issue was bundled with other bug fixes).
Source: Calculated
Transformation logic:
Pull Requests: Aggregate all results of
labels
field from resolved issues. Identical labels are unified to prevent duplication. Resolved issues are issues that are referenced by a resolving pull request.Issues: Not applicable. This field will always be an empty array
[]
.β
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 |