Skip to main content

Issues and PRs > Resolved Issue Labels

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

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)

Gitlab (PRs)

Bitbucket

JIRA

N/A

ClickUp

N/A

Trello

N/A

Did this answer your question?