Issues and PRs > Mergeability
Tom Azernour avatar
Written by Tom Azernour
Updated over a week ago

Dataset: Issues & Pull Requests

Entity: Pull Requests

Field ID: mergeable

Type: Select list

Description: The mergeability state of the pull request. Possible values are:

  • MERGEABLE the pull request can be safely merged

  • CONFLICTING the pull request conflicts with the base branch

  • UNKNOWN the mergeability state cannot be evaluated or is being evaluated

Source: App

Transformation logic: N/A

From:

Github (PRs)

mergeable:

  • MERGEABLE

  • CONFLICTING

  • UNKNOWN

Gitlab (PRs)

merge_status:

  • can_be_merged => MERGEABLE

  • unchecked => UNKNOWN

  • cannot_be_merged => CONFLICTING

Bitbucket (PRs)

Evaluated using the merge status of each file in diffstats.files:

  • All are mergeable => MERGEABLE

  • One is not mergeable => CONFLICTING

  • Diffstat not available => UNKNOWN

JIRA (Issues)

N/A

ClickUp (Issues)

N/A

Trello (Issues)

N/A

Did this answer your question?