Breaking changes include changes that will break existing queries or could affect the runtime behavior of clients. For a list of breaking changes and when they will occur, see our breaking changes log.
Schema changes for 2026-08-18
The GraphQL schema includes these changes:
- Argument
excludeUserLinked: Boolean(with default value) added to fieldIssue.closedByPullRequestsReferences - Argument
excludeUserLinked: Boolean(with default value) added to fieldPullRequest.closingIssuesReferences
Schema changes for 2026-08-17
The GraphQL schema includes these changes:
- Enum value 'SECURITY_KEY
was removed from enumProofOfPresenceRequirement'
Schema changes for 2026-08-13
The GraphQL schema includes these changes:
- Field
innersourceVulnerabilitieswas added to object typeEnterprise - Argument
after: Stringadded to fieldEnterprise.innersourceVulnerabilities - Argument
before: Stringadded to fieldEnterprise.innersourceVulnerabilities - Argument
ecosystem: SecurityAdvisoryEcosystemadded to fieldEnterprise.innersourceVulnerabilities - Argument
first: Intadded to fieldEnterprise.innersourceVulnerabilities - Argument
last: Intadded to fieldEnterprise.innersourceVulnerabilities - Argument
orderBy: SecurityVulnerabilityOrder(with default value) added to fieldEnterprise.innersourceVulnerabilities - Argument
package: Stringadded to fieldEnterprise.innersourceVulnerabilities - Argument 'severities: [SecurityAdvisorySeverity!]
added to fieldEnterprise.innersourceVulnerabilities' - Field
innersourceVulnerabilitieswas added to object typeOrganization - Argument
after: Stringadded to fieldOrganization.innersourceVulnerabilities - Argument
before: Stringadded to fieldOrganization.innersourceVulnerabilities - Argument
ecosystem: SecurityAdvisoryEcosystemadded to fieldOrganization.innersourceVulnerabilities - Argument
first: Intadded to fieldOrganization.innersourceVulnerabilities - Argument
last: Intadded to fieldOrganization.innersourceVulnerabilities - Argument
orderBy: SecurityVulnerabilityOrder(with default value) added to fieldOrganization.innersourceVulnerabilities - Argument
package: Stringadded to fieldOrganization.innersourceVulnerabilities - Argument 'severities: [SecurityAdvisorySeverity!]
added to fieldOrganization.innersourceVulnerabilities'
Schema changes for 2026-08-12
The GraphQL schema includes these changes:
- Type
IssueFieldValueFilterwas added - Input field
dateValueof typeStringwas added to input object typeIssueFieldValueFilter - Input field
fieldIdof typeIDwas added to input object typeIssueFieldValueFilter - Input field
fieldNameof typeStringwas added to input object typeIssueFieldValueFilter - Input field
multiSelectOptionIdsof type '[ID!]was added to input object typeIssueFieldValueFilter' - Input field
multiSelectOptionValuesof type '[String!]was added to input object typeIssueFieldValueFilter' - Input field
numberValueof typeFloatwas added to input object typeIssueFieldValueFilter - Input field
singleSelectOptionIdof typeIDwas added to input object typeIssueFieldValueFilter - Input field
singleSelectOptionValueof typeStringwas added to input object typeIssueFieldValueFilter - Input field
textValueof typeStringwas added to input object typeIssueFieldValueFilter - Input field
issueFieldValuesof type '[IssueFieldValueFilter!]was added to input object typeIssueFilters' - Field
pinnedIssueFieldswas added to object typeOrganization - Argument
after: Stringadded to fieldOrganization.pinnedIssueFields - Argument
before: Stringadded to fieldOrganization.pinnedIssueFields - Argument
first: Intadded to fieldOrganization.pinnedIssueFields - Argument
last: Intadded to fieldOrganization.pinnedIssueFields - Field
isIssueFieldwas added to object type 'ProjectV2Field' - Field
issueFieldwas added to object type 'ProjectV2Field' - Field
isIssueFieldwas added to interface 'ProjectV2FieldCommon' - Field
isIssueFieldwas added to object type 'ProjectV2IterationField' - Field
isIssueFieldwas added to object type 'ProjectV2MultiSelectField' - Field
issueFieldwas added to object type 'ProjectV2MultiSelectField' - Field
isIssueFieldwas added to object type 'ProjectV2SingleSelectField' - Field
issueFieldwas added to object type 'ProjectV2SingleSelectField'
Schema changes for 2026-07-31
The GraphQL schema includes these changes:
- Enum value
GITLABwas added to enumMigrationSourceType
Schema changes for 2026-07-30
The GraphQL schema includes these changes:
- Type 'ProjectV2ViewConfiguration' was added
- Field
visibleFieldswas added to object type 'ProjectV2ViewConfiguration' - Argument
after: Stringadded to field 'ProjectV2ViewConfiguration.visibleFields' - Argument
before: Stringadded to field 'ProjectV2ViewConfiguration.visibleFields' - Argument
first: Intadded to field 'ProjectV2ViewConfiguration.visibleFields' - Argument
last: Intadded to field 'ProjectV2ViewConfiguration.visibleFields' - Type 'ProjectV2ViewConfigurationInput' was added
- Input field
visibleFieldIdsof type '[ID!]was added to input object typeProjectV2ViewConfigurationInput' - Input field
configurationof type 'ProjectV2ViewConfigurationInputwas added to input object typeCreateProjectV2ViewInput' - Field
configurationwas added to object type 'ProjectV2View' - Input field
configurationof type 'ProjectV2ViewConfigurationInputwas added to input object typeUpdateProjectV2ViewInput'
Schema changes for 2026-07-28
The GraphQL schema includes these changes:
- Type 'CreateProjectV2ViewInput' was added
- Input field
clientMutationIdof typeStringwas added to input object type 'CreateProjectV2ViewInput' - Input field
layoutof type 'ProjectV2ViewLayout!was added to input object typeCreateProjectV2ViewInput' - Input field
nameof typeString!was added to input object type 'CreateProjectV2ViewInput' - Input field
projectIdof typeID!was added to input object type 'CreateProjectV2ViewInput' - Type 'CreateProjectV2ViewPayload' was added
- Field
clientMutationIdwas added to object type 'CreateProjectV2ViewPayload' - Field 'projectV2View
was added to object typeCreateProjectV2ViewPayload' - Type 'DeleteProjectV2ViewInput' was added
- Input field
clientMutationIdof typeStringwas added to input object type 'DeleteProjectV2ViewInput' - Input field
viewIdof typeID!was added to input object type 'DeleteProjectV2ViewInput' - Type 'DeleteProjectV2ViewPayload' was added
- Field
clientMutationIdwas added to object type 'DeleteProjectV2ViewPayload' - Field 'projectV2View
was added to object typeDeleteProjectV2ViewPayload' - Type 'UpdateProjectV2ViewInput' was added
- Input field
clientMutationIdof typeStringwas added to input object type 'UpdateProjectV2ViewInput' - Input field
filterof typeStringwas added to input object type 'UpdateProjectV2ViewInput' - Input field
layoutof type 'ProjectV2ViewLayoutwas added to input object typeUpdateProjectV2ViewInput' - Input field
nameof typeStringwas added to input object type 'UpdateProjectV2ViewInput' - Input field
viewIdof typeID!was added to input object type 'UpdateProjectV2ViewInput' - Type 'UpdateProjectV2ViewPayload' was added
- Field
clientMutationIdwas added to object type 'UpdateProjectV2ViewPayload' - Field 'projectV2View
was added to object typeUpdateProjectV2ViewPayload' - Field
expwas added to object typeCopilotEndpoints - Field 'createProjectV2View
was added to object typeMutation' - Argument 'input: CreateProjectV2ViewInput!
added to fieldMutation.createProjectV2View' - Field 'deleteProjectV2View
was added to object typeMutation' - Argument 'input: DeleteProjectV2ViewInput!
added to fieldMutation.deleteProjectV2View' - Field 'updateProjectV2View
was added to object typeMutation' - Argument 'input: UpdateProjectV2ViewInput!
added to fieldMutation.updateProjectV2View' - Enum value 'SECURITY_KEY
was added to enumProofOfPresenceRequirement'
Schema changes for 2026-07-27
The GraphQL schema includes these changes:
- Type 'ProjectV2ItemFieldMultiSelectValue' was added
- 'ProjectV2ItemFieldMultiSelectValue
object implementsNode' interface - 'ProjectV2ItemFieldMultiSelectValue
object implementsProjectV2ItemFieldValueCommon' interface - Field
createdAtwas added to object type 'ProjectV2ItemFieldMultiSelectValue' - Field
creatorwas added to object type 'ProjectV2ItemFieldMultiSelectValue' - Field
databaseIdwas added to object type 'ProjectV2ItemFieldMultiSelectValue' - Field
fieldwas added to object type 'ProjectV2ItemFieldMultiSelectValue' - Field
idwas added to object type 'ProjectV2ItemFieldMultiSelectValue' - Field
itemwas added to object type 'ProjectV2ItemFieldMultiSelectValue' - Field
optionswas added to object type 'ProjectV2ItemFieldMultiSelectValue' - Field
updatedAtwas added to object type 'ProjectV2ItemFieldMultiSelectValue' - Field
valuewas added to object type 'ProjectV2ItemFieldMultiSelectValue' - Type 'ProjectV2MultiSelectField' was added
- 'ProjectV2MultiSelectField
object implementsNode' interface - 'ProjectV2MultiSelectField
object implementsProjectV2FieldCommon' interface - Field
createdAtwas added to object type 'ProjectV2MultiSelectField' - Field
dataTypewas added to object type 'ProjectV2MultiSelectField' - Field
databaseIdwas added to object type 'ProjectV2MultiSelectField' - Field
idwas added to object type 'ProjectV2MultiSelectField' - Field
multiSelectOptionswas added to object type 'ProjectV2MultiSelectField' - Argument 'names: [String!]
added to fieldProjectV2MultiSelectField.multiSelectOptions' - Field
namewas added to object type 'ProjectV2MultiSelectField' - Field
projectwas added to object type 'ProjectV2MultiSelectField' - Field
updatedAtwas added to object type 'ProjectV2MultiSelectField' - Type 'ProjectV2MultiSelectFieldOption' was added
- Field
colorwas added to object type 'ProjectV2MultiSelectFieldOption' - Field
descriptionwas added to object type 'ProjectV2MultiSelectFieldOption' - Field
descriptionHTMLwas added to object type 'ProjectV2MultiSelectFieldOption' - Field
idwas added to object type 'ProjectV2MultiSelectFieldOption' - Field
namewas added to object type 'ProjectV2MultiSelectFieldOption' - Field
nameHTMLwas added to object type 'ProjectV2MultiSelectFieldOption' - Type 'ProjectV2MultiSelectFieldOptionInput' was added
- Input field
colorof type 'ProjectV2SingleSelectFieldOptionColor!was added to input object typeProjectV2MultiSelectFieldOptionInput' - Input field
descriptionof typeString!was added to input object type 'ProjectV2MultiSelectFieldOptionInput' - Input field
idof typeStringwas added to input object type 'ProjectV2MultiSelectFieldOptionInput' - Input field
nameof typeString!was added to input object type 'ProjectV2MultiSelectFieldOptionInput' - Input field
multiSelectOptionsof type '[ProjectV2MultiSelectFieldOptionInput!]was added to input object typeCreateProjectV2FieldInput' - Enum value 'MULTI_SELECT
was added to enumProjectV2CustomFieldType' - Member 'ProjectV2MultiSelectField
was added to Union typeProjectV2FieldConfiguration' - Enum value 'MULTI_SELECT
was added to enumProjectV2FieldType' - Input field
multiSelectOptionIdsof type '[String!]was added to input object typeProjectV2FieldValue' - Member 'ProjectV2ItemFieldMultiSelectValue
was added to Union typeProjectV2ItemFieldValue' - Input field
multiSelectOptionsof type '[ProjectV2MultiSelectFieldOptionInput!]was added to input object typeUpdateProjectV2FieldInput'
Schema changes for 2026-07-23
The GraphQL schema includes these changes:
- Type
ProofOfPresenceRequirementwas added - Enum value
MFAwas added to enumProofOfPresenceRequirement - Enum value 'NO_POLICY
was added to enumProofOfPresenceRequirement' - Enum value
REAUTHwas added to enumProofOfPresenceRequirement - Type
UpdateEnterpriseProofOfPresenceRequiredSettingInputwas added - Input field
clientMutationIdof typeStringwas added to input object typeUpdateEnterpriseProofOfPresenceRequiredSettingInput - Input field
enterpriseIdof typeID!was added to input object typeUpdateEnterpriseProofOfPresenceRequiredSettingInput - Input field
settingValueof typeProofOfPresenceRequirement!was added to input object typeUpdateEnterpriseProofOfPresenceRequiredSettingInput - Type
UpdateEnterpriseProofOfPresenceRequiredSettingPayloadwas added - Field
clientMutationIdwas added to object typeUpdateEnterpriseProofOfPresenceRequiredSettingPayload - Field
enterprisewas added to object typeUpdateEnterpriseProofOfPresenceRequiredSettingPayload - Field
messagewas added to object typeUpdateEnterpriseProofOfPresenceRequiredSettingPayload - Field
updateEnterpriseProofOfPresenceRequiredSettingwas added to object typeMutation - Argument
input: UpdateEnterpriseProofOfPresenceRequiredSettingInput!added to fieldMutation.updateEnterpriseProofOfPresenceRequiredSetting
Schema changes for 2026-07-22
The GraphQL schema includes these changes:
- Type
ApplyPendingIssueSuggestionsInputwas added - Input field
actorIdof typeID!was added to input object typeApplyPendingIssueSuggestionsInput - Input field
clientMutationIdof typeStringwas added to input object typeApplyPendingIssueSuggestionsInput - Input field
issueIdof typeID!was added to input object typeApplyPendingIssueSuggestionsInput - Input field
suggestionsof type '[PendingIssueSuggestionRef!]!was added to input object typeApplyPendingIssueSuggestionsInput' - Type
ApplyPendingIssueSuggestionsPayloadwas added - Field
clientMutationIdwas added to object typeApplyPendingIssueSuggestionsPayload - Field
issuewas added to object typeApplyPendingIssueSuggestionsPayload - Type
IssueEventRationalewas added - Field
actorwas added to object typeIssueEventRationale - Field
createdAtwas added to object typeIssueEventRationale - Field
issueEventwas added to object typeIssueEventRationale - Field
rationalewas added to object typeIssueEventRationale - Type
IssueEventWithRationalewas added - Member
ClosedEventwas added to Union typeIssueEventWithRationale - Member
IssueFieldAddedEventwas added to Union typeIssueEventWithRationale - Member
IssueFieldChangedEventwas added to Union typeIssueEventWithRationale - Member
IssueFieldRemovedEventwas added to Union typeIssueEventWithRationale - Member
IssueTypeAddedEventwas added to Union typeIssueEventWithRationale - Member
IssueTypeChangedEventwas added to Union typeIssueEventWithRationale - Member
IssueTypeRemovedEventwas added to Union typeIssueEventWithRationale - Member
LabeledEventwas added to Union typeIssueEventWithRationale - Member
UnlabeledEventwas added to Union typeIssueEventWithRationale - Type
IssueUpdateIntentwas added - Field
confidencewas added to object typeIssueUpdateIntent - Field
databaseIdwas added to object typeIssueUpdateIntent - Field
intentIdwas added to object typeIssueUpdateIntent - Field
rationalewas added to object typeIssueUpdateIntent - Type
PendingAssigneeSuggestionwas added - Field
actorwas added to object typePendingAssigneeSuggestion - Field
assigneewas added to object typePendingAssigneeSuggestion - Field
createdAtwas added to object typePendingAssigneeSuggestion - Field
rationalewas added to object typePendingAssigneeSuggestion - Field
updatedAtwas added to object typePendingAssigneeSuggestion - Type
PendingCloseSuggestionwas added - Field
actorwas added to object typePendingCloseSuggestion - Field
createdAtwas added to object typePendingCloseSuggestion - Field
duplicateOfwas added to object typePendingCloseSuggestion - Field
rationalewas added to object typePendingCloseSuggestion - Field
stateReasonwas added to object typePendingCloseSuggestion - Field
updatedAtwas added to object typePendingCloseSuggestion - Type
PendingFieldSuggestionwas added - Field
actorwas added to object typePendingFieldSuggestion - Field
createdAtwas added to object typePendingFieldSuggestion - Field
issueFieldwas added to object typePendingFieldSuggestion - Field
rationalewas added to object typePendingFieldSuggestion - Field
suggestedValuewas added to object typePendingFieldSuggestion - Field
updatedAtwas added to object typePendingFieldSuggestion - Type
PendingIssueSuggestionwas added - Member
PendingAssigneeSuggestionwas added to Union typePendingIssueSuggestion - Member
PendingCloseSuggestionwas added to Union typePendingIssueSuggestion - Member
PendingFieldSuggestionwas added to Union typePendingIssueSuggestion - Member
PendingLabelSuggestionwas added to Union typePendingIssueSuggestion - Member
PendingTypeSuggestionwas added to Union typePendingIssueSuggestion - Type
PendingIssueSuggestionKindwas added - Enum value
ASSIGNEEwas added to enumPendingIssueSuggestionKind - Enum value
CLOSEwas added to enumPendingIssueSuggestionKind - Enum value
FIELDwas added to enumPendingIssueSuggestionKind - Enum value
LABELwas added to enumPendingIssueSuggestionKind - Enum value
TYPEwas added to enumPendingIssueSuggestionKind - Type
PendingIssueSuggestionRefwas added - Input field
assigneeIdof typeIDwas added to input object typePendingIssueSuggestionRef - Input field
issueFieldIdof typeIDwas added to input object typePendingIssueSuggestionRef - Input field
issueTypeIdof typeIDwas added to input object typePendingIssueSuggestionRef - Input field
kindof typePendingIssueSuggestionKind!was added to input object typePendingIssueSuggestionRef - Input field
labelIdof typeIDwas added to input object typePendingIssueSuggestionRef - Type
PendingLabelSuggestionwas added - Field
actorwas added to object typePendingLabelSuggestion - Field
createdAtwas added to object typePendingLabelSuggestion - Field
labelwas added to object typePendingLabelSuggestion - Field
rationalewas added to object typePendingLabelSuggestion - Field
updatedAtwas added to object typePendingLabelSuggestion - Type
PendingTypeSuggestionwas added - Field
actorwas added to object typePendingTypeSuggestion - Field
createdAtwas added to object typePendingTypeSuggestion - Field
issueTypewas added to object typePendingTypeSuggestion - Field
rationalewas added to object typePendingTypeSuggestion - Field
updatedAtwas added to object typePendingTypeSuggestion - Type
PullRequestStackwas added PullRequestStackobject implementsNodeinterface- Field
baseRefNamewas added to object typePullRequestStack - Field
entrieswas added to object typePullRequestStack - Argument
after: Stringadded to fieldPullRequestStack.entries - Argument
before: Stringadded to fieldPullRequestStack.entries - Argument
first: Intadded to fieldPullRequestStack.entries - Argument
last: Intadded to fieldPullRequestStack.entries - Field
idwas added to object typePullRequestStack - Field
numberwas added to object typePullRequestStack - Field
sizewas added to object typePullRequestStack - Type
PullRequestStackEntrywas added PullRequestStackEntryobject implementsNodeinterface- Field
idwas added to object typePullRequestStackEntry - Field
positionwas added to object typePullRequestStackEntry - Field
pullRequestwas added to object typePullRequestStackEntry - Field
stackwas added to object typePullRequestStackEntry - Type
PullRequestStackEntryConnectionwas added - Field
edgeswas added to object typePullRequestStackEntryConnection - Field
nodeswas added to object typePullRequestStackEntryConnection - Field
pageInfowas added to object typePullRequestStackEntryConnection - Field
totalCountwas added to object typePullRequestStackEntryConnection - Type
PullRequestStackEntryEdgewas added - Field
cursorwas added to object typePullRequestStackEntryEdge - Field
nodewas added to object typePullRequestStackEntryEdge - Type
RejectPendingIssueSuggestionsInputwas added - Input field
actorIdof typeID!was added to input object typeRejectPendingIssueSuggestionsInput - Input field
clientMutationIdof typeStringwas added to input object typeRejectPendingIssueSuggestionsInput - Input field
issueIdof typeID!was added to input object typeRejectPendingIssueSuggestionsInput - Input field
suggestionsof type '[PendingIssueSuggestionRef!]!was added to input object typeRejectPendingIssueSuggestionsInput' - Type
RejectPendingIssueSuggestionsPayloadwas added - Field
clientMutationIdwas added to object typeRejectPendingIssueSuggestionsPayload - Field
issuewas added to object typeRejectPendingIssueSuggestionsPayload - Field
intentwas added to object typeAssignedEvent - Field
intentwas added to object typeClosedEvent - Field
eventRationaleswas added to object typeIssue - Field
pendingSuggestionswas added to object typeIssue - Field
intentwas added to object typeIssueFieldAddedEvent - Field
rationalewas added to object typeIssueFieldAddedEvent - Field
intentwas added to object typeIssueFieldChangedEvent - Field
rationalewas added to object typeIssueFieldChangedEvent - Field
intentwas added to object typeIssueFieldRemovedEvent - Field
rationalewas added to object typeIssueFieldRemovedEvent - Field
intentwas added to object typeIssueTypeAddedEvent - Field
rationalewas added to object typeIssueTypeAddedEvent - Field
intentwas added to object typeIssueTypeChangedEvent - Field
rationalewas added to object typeIssueTypeChangedEvent - Field
intentwas added to object typeIssueTypeRemovedEvent - Field
rationalewas added to object typeIssueTypeRemovedEvent - Field
intentwas added to object typeLabeledEvent - Field
rationalewas added to object typeLabeledEvent - Field
applyPendingIssueSuggestionswas added to object typeMutation - Argument
input: ApplyPendingIssueSuggestionsInput!added to fieldMutation.applyPendingIssueSuggestions - Field
rejectPendingIssueSuggestionswas added to object typeMutation - Argument
input: RejectPendingIssueSuggestionsInput!added to fieldMutation.rejectPendingIssueSuggestions - Field
stackwas added to object typePullRequest - Field
stackEntrywas added to object typePullRequest - Field
intentwas added to object typeUnlabeledEvent - Field
rationalewas added to object typeUnlabeledEvent
Schema changes for 2026-07-20
The GraphQL schema includes these changes:
- Type
IssueStateUpdateInputwas added - Input field
confidenceof typeIssueEventConfidenceLevelwas added to input object typeIssueStateUpdateInput - Input field
duplicateIssueIdof typeIDwas added to input object typeIssueStateUpdateInput - Input field
rationaleof typeStringwas added to input object typeIssueStateUpdateInput - Input field
stateReasonof typeIssueClosedStateReasonwas added to input object typeIssueStateUpdateInput - Input field
suggestof typeBooleanwas added to input object typeIssueStateUpdateInput - Input field
valueof typeIssueState!was added to input object typeIssueStateUpdateInput - Input field
stateInputof typeIssueStateUpdateInputwas added to input object typeUpdateIssueInput
Schema changes for 2026-07-16
The GraphQL schema includes these changes:
- Field
viewerCanAssignwas added to interfaceAssignable - Field
viewerCanAssignwas added to object typeIssue - Field
viewerCanSetMilestonewas added to object typeIssue - Field
viewerCanTypewas added to object typeIssue - Field
viewerCanUpdateMetadatawas added to object typeIssue - Field
viewerCanAssignwas added to object typePullRequest
Schema changes for 2026-07-14
The GraphQL schema includes these changes:
- Type
AssigneeUpdateInputwas added - Input field
actorIdof typeID!was added to input object typeAssigneeUpdateInput - Input field
confidenceof typeIssueEventConfidenceLevelwas added to input object typeAssigneeUpdateInput - Input field
rationaleof typeStringwas added to input object typeAssigneeUpdateInput - Input field
suggestof typeBooleanwas added to input object typeAssigneeUpdateInput - Type
IssueEventConfidenceLevelwas added - Enum value
HIGHwas added to enumIssueEventConfidenceLevel - Enum value
LOWwas added to enumIssueEventConfidenceLevel - Enum value
MEDIUMwas added to enumIssueEventConfidenceLevel - Type
IssueTypeUpdateInputwas added - Input field
confidenceof typeIssueEventConfidenceLevelwas added to input object typeIssueTypeUpdateInput - Input field
issueTypeIdof typeIDwas added to input object typeIssueTypeUpdateInput - Input field
rationaleof typeStringwas added to input object typeIssueTypeUpdateInput - Input field
suggestof typeBooleanwas added to input object typeIssueTypeUpdateInput - Type
LabelUpdateInputwas added - Input field
confidenceof typeIssueEventConfidenceLevelwas added to input object typeLabelUpdateInput - Input field
labelIdof typeID!was added to input object typeLabelUpdateInput - Input field
rationaleof typeStringwas added to input object typeLabelUpdateInput - Input field
suggestof typeBooleanwas added to input object typeLabelUpdateInput - Input field
assigneesof type '[AssigneeUpdateInput!]was added to input object typeAddAssigneesToAssignableInput' - Input field
labelsof type '[LabelUpdateInput!]was added to input object typeAddLabelsToLabelableInput' - Input field
confidenceof typeIssueEventConfidenceLevelwas added to input object typeCloseIssueInput - Input field
isSuggestionof typeBooleanwas added to input object typeCloseIssueInput - Input field
rationaleof typeStringwas added to input object typeCloseIssueInput - Input field
confidenceof typeIssueEventConfidenceLevelwas added to input object typeIssueFieldCreateOrUpdateInput - Input field
rationaleof typeStringwas added to input object typeIssueFieldCreateOrUpdateInput - Input field
suggestof typeBooleanwas added to input object typeIssueFieldCreateOrUpdateInput - Input field
assigneesof type '[AssigneeUpdateInput!]was added to input object typeReplaceActorsForAssignableInput' - Input field
assigneesof type '[AssigneeUpdateInput!]was added to input object typeUpdateIssueInput' - Input field
issueTypeof typeIssueTypeUpdateInputwas added to input object typeUpdateIssueInput - Input field
labelsof type '[LabelUpdateInput!]was added to input object typeUpdateIssueInput'
Schema changes for 2026-07-13
The GraphQL schema includes these changes:
- Enum value 'ARCHIVED_EVENT
was added to enumPullRequestTimelineItemsItemType' - Enum value 'UNARCHIVED_EVENT
was added to enumPullRequestTimelineItemsItemType'
Schema changes for 2026-07-08
The GraphQL schema includes these changes:
- Type
DismissalRestrictionwas added - Field
allowedActorswas added to object typeDismissalRestriction - Field
enabledwas added to object typeDismissalRestriction - Type
DismissalRestrictionInputwas added - Input field
allowedActorsof type '[ID!]was added to input object typeDismissalRestrictionInput' - Input field
enabledof typeBoolean!was added to input object typeDismissalRestrictionInput - Input field
AddAssigneesToAssignableInput.assigneeIdschanged type from '[ID!]!to[ID!]' - Field
dismissalRestrictionwas added to object typePullRequestParameters - Input field
dismissalRestrictionof typeDismissalRestrictionInputwas added to input object typePullRequestParametersInput
Schema changes for 2026-07-07
The GraphQL schema includes these changes:
- Type
IssueFieldTimelineOptionwas added - Field
colorwas added to object typeIssueFieldTimelineOption - Field
namewas added to object typeIssueFieldTimelineOption - Field
optionswas added to object typeIssueFieldAddedEvent - Field
newOptionswas added to object typeIssueFieldChangedEvent - Field
previousOptionswas added to object typeIssueFieldChangedEvent - Field
optionswas added to object typeIssueFieldRemovedEvent - Enum value 'LICENSE_COMPLIANCE_SCANNING
was added to enumRepositoryRuleType' - Input field
issueCreationPolicyof typeIssueCreationPolicywas added to input object typeUpdateRepositoryInput
Schema changes for 2026-06-23
The GraphQL schema includes these changes:
The following changes will be made to the schema:
- On member
CopilotAgentTask.type:typewill be removed. UsecodingAgentFilterandcodingAgentTypeFilterinstead. Effective 2026-10-01.
Schema changes for 2026-06-11
The GraphQL schema includes these changes:
- Type
AddPullRequestCreationCapBypassUsersInputwas added - Input field
clientMutationIdof typeStringwas added to input object typeAddPullRequestCreationCapBypassUsersInput - Input field
repositoryIdof typeID!was added to input object typeAddPullRequestCreationCapBypassUsersInput - Input field
userIdsof type '[ID!]!was added to input object typeAddPullRequestCreationCapBypassUsersInput' - Type
AddPullRequestCreationCapBypassUsersPayloadwas added - Field
clientMutationIdwas added to object typeAddPullRequestCreationCapBypassUsersPayload - Field
repositorywas added to object typeAddPullRequestCreationCapBypassUsersPayload - Type
PullRequestCreationCapConfigwas added - Field
bypassedUserswas added to object typePullRequestCreationCapConfig - Argument
after: Stringadded to fieldPullRequestCreationCapConfig.bypassedUsers - Argument
before: Stringadded to fieldPullRequestCreationCapConfig.bypassedUsers - Argument
first: Intadded to fieldPullRequestCreationCapConfig.bypassedUsers - Argument
last: Intadded to fieldPullRequestCreationCapConfig.bypassedUsers - Type
RemovePullRequestCreationCapBypassUsersInputwas added - Input field
clientMutationIdof typeStringwas added to input object typeRemovePullRequestCreationCapBypassUsersInput - Input field
repositoryIdof typeID!was added to input object typeRemovePullRequestCreationCapBypassUsersInput - Input field
userIdsof type '[ID!]!was added to input object typeRemovePullRequestCreationCapBypassUsersInput' - Type
RemovePullRequestCreationCapBypassUsersPayloadwas added - Field
clientMutationIdwas added to object typeRemovePullRequestCreationCapBypassUsersPayload - Field
repositorywas added to object typeRemovePullRequestCreationCapBypassUsersPayload - Field
addPullRequestCreationCapBypassUserswas added to object typeMutation - Argument
input: AddPullRequestCreationCapBypassUsersInput!added to fieldMutation.addPullRequestCreationCapBypassUsers - Field
removePullRequestCreationCapBypassUserswas added to object typeMutation - Argument
input: RemovePullRequestCreationCapBypassUsersInput!added to fieldMutation.removePullRequestCreationCapBypassUsers - Field
pullRequestCreationCapConfigwas added to object typeRepository - Field
updatedAtwas added to object typeStatusContext
Schema changes for 2026-06-10
The GraphQL schema includes these changes:
- Type
IssueCreationPolicywas added - Enum value
ALLwas added to enumIssueCreationPolicy - Enum value 'COLLABORATORS_ONLY
was added to enumIssueCreationPolicy' - Field
issueCreationPolicywas added to object typeRepository - Field
viewerCanCreateIssueswas added to object typeRepository - Field
issueCreationPolicywas added to interfaceRepositoryInfo
Schema changes for 2026-06-09
The GraphQL schema includes these changes:
- Enum value
THREADSwas added to enumSocialAccountProvider
Schema changes for 2026-06-08
The GraphQL schema includes these changes:
- Type 'ProjectV2ItemArchivedState' was added
- Enum value
ARCHIVEDwas added to enum 'ProjectV2ItemArchivedState' - Enum value 'NOT_ARCHIVED
was added to enumProjectV2ItemArchivedState' - Argument 'archivedStates: [ProjectV2ItemArchivedState!]' (with default value) added to field 'ProjectV2.items'
Schema changes for 2026-06-05
The GraphQL schema includes these changes:
- Input field
AddLabelsToLabelableInput.labelIdschanged type from '[ID!]!to[ID!]' - Field
displayTitlewas added to object typeWorkflowRun - Field
runAttemptwas added to object typeWorkflowRun
Schema changes for 2026-06-04
The GraphQL schema includes these changes:
- Type
IssueFieldMultiSelectwas added IssueFieldMultiSelectobject implementsIssueFieldCommoninterfaceIssueFieldMultiSelectobject implementsNodeinterface- Field
createdAtwas added to object typeIssueFieldMultiSelect - Field
dataTypewas added to object typeIssueFieldMultiSelect - Field
descriptionwas added to object typeIssueFieldMultiSelect - Field
fullDatabaseIdwas added to object typeIssueFieldMultiSelect - Field
idwas added to object typeIssueFieldMultiSelect - Field
namewas added to object typeIssueFieldMultiSelect - Field
optionswas added to object typeIssueFieldMultiSelect - Field
visibilitywas added to object typeIssueFieldMultiSelect - Type
IssueFieldMultiSelectValuewas added IssueFieldMultiSelectValueobject implementsIssueFieldValueCommoninterfaceIssueFieldMultiSelectValueobject implementsNodeinterface- Field
fieldwas added to object typeIssueFieldMultiSelectValue - Field
idwas added to object typeIssueFieldMultiSelectValue - Field
optionswas added to object typeIssueFieldMultiSelectValue - Field
valuewas added to object typeIssueFieldMultiSelectValue - Input field
multiSelectOptionIdsof type '[ID!]was added to input object typeIssueFieldCreateOrUpdateInput' - Member
IssueFieldMultiSelectValuewas added to Union typeIssueFieldValue - Member
IssueFieldMultiSelectwas added to Union typeIssueFields - Member
IssueFieldMultiSelectValuewas added to Union type 'ProjectV2IssueFieldValues'
Schema changes for 2026-05-27
The GraphQL schema includes these changes:
- Enum value 'LOW_QUALITY
was added to enumReportedContentClassifiers'
Schema changes for 2026-05-26
The GraphQL schema includes these changes:
- Field
fullDatabaseIdwas added to interfaceIssueFieldCommon - Field
fullDatabaseIdwas added to object typeIssueFieldDate - Field
fullDatabaseIdwas added to object typeIssueFieldNumber - Field
fullDatabaseIdwas added to object typeIssueFieldSingleSelect - Field
databaseIdwas added to object typeIssueFieldSingleSelectOption - Field
fullDatabaseIdwas added to object typeIssueFieldSingleSelectOption - Field
fullDatabaseIdwas added to object typeIssueFieldText
Schema changes for 2026-05-22
The GraphQL schema includes these changes:
The following changes will be made to the schema:
- On member
User.viewerRelevantRepositories:viewerRelevantRepositorieswill be removed. Use viewerCopilotChatRepositorySuggestions instead. Effective 2026-10-01.
Schema changes for 2026-05-21
The GraphQL schema includes these changes:
- Type
EnterpriseTeamwas added EnterpriseTeamobject implementsNodeinterfaceEnterpriseTeamobject implementsTeamReviewRequestableinterface- Field
assignedOrganizationswas added to object typeEnterpriseTeam - Argument
after: Stringadded to fieldEnterpriseTeam.assignedOrganizations - Argument
before: Stringadded to fieldEnterpriseTeam.assignedOrganizations - Argument
first: Intadded to fieldEnterpriseTeam.assignedOrganizations - Argument
last: Intadded to fieldEnterpriseTeam.assignedOrganizations - Argument
orderBy: EnterpriseTeamOrganizationOrder(with default value) added to fieldEnterpriseTeam.assignedOrganizations - Field
combinedSlugwas added to object typeEnterpriseTeam - Field
createdAtwas added to object typeEnterpriseTeam - Field
descriptionwas added to object typeEnterpriseTeam - Field
enterprisewas added to object typeEnterpriseTeam - Field
enterpriseTeamMemberswas added to object typeEnterpriseTeam - Argument
after: Stringadded to fieldEnterpriseTeam.enterpriseTeamMembers - Argument
before: Stringadded to fieldEnterpriseTeam.enterpriseTeamMembers