Сведения о критических изменениях
Критические изменения — это любые изменения, которые могут потребовать действий от интеграторов. Эти изменения делятся на две категории:
- Критические. Изменения, которые прерывают выполнение текущих запросов к API GraphQL. Например, критическим изменением является удаление поля.
- Опасные. Изменения, которые не прерывают выполнение существующих запросов, но могут повлиять на поведение среды выполнения клиентов. Опасным изменением является, например, добавление значения в перечисление.
Мы стремимся предоставлять стабильные API для наших интеграторов. Когда работа над новой функцией еще идет, мы выпускаем ее в рамках предварительной версии схемы.
Мы объявляем о предстоящих критических изменениях минимум за три месяца до их внедрения в схему GraphQL, чтобы дать интеграторам время для внесения необходимых корректировок. Изменения вступают в силу в первый день квартала (1 января, 1 апреля, 1 июля или 1 октября). Например, если об изменении объявлено 15 января, оно будет внедрено 1 июля.
Changes scheduled for 2023-04-01
- Breaking A change will be made to
RepositoryVulnerabilityAlert.fixReason.Description:
fixReasonwill be removed.Reason:
The
fixReasonfield is being removed. You can still usefixedAtanddismissReason.
- Breaking A change will be made to
Repository.squashPrTitleUsedAsDefault.Description:
squashPrTitleUsedAsDefaultwill be removed. UseRepository.squashMergeCommitTitleinstead.Reason:
squashPrTitleUsedAsDefaultwill be removed.
- Breaking A change will be made to
ProjectV2View.verticalGroupBy.Description:
verticalGroupBywill be removed. Check out theProjectV2View#vertical_group_by_fieldsAPI as an example for the more capable alternative.Reason:
The
ProjectV2View#vertical_group_byAPI is deprecated in favour of the more capableProjectV2View#vertical_group_by_fieldsAPI.
- Breaking A change will be made to
ProjectV2View.sortBy.Description:
sortBywill be removed. Check out theProjectV2View#sort_by_fieldsAPI as an example for the more capable alternative.Reason:
The
ProjectV2View#sort_byAPI is deprecated in favour of the more capableProjectV2View#sort_by_fieldsAPI.
- Breaking A change will be made to
ProjectV2View.groupBy.Description:
groupBywill be removed. Check out theProjectV2View#group_by_fieldsAPI as an example for the more capable alternative.Reason:
The
ProjectV2View#order_byAPI is deprecated in favour of the more capableProjectV2View#group_by_fieldAPI.
Changes scheduled for 2023-01-01
- Breaking A change will be made to
User.recentProjectsNext.Description:
recentProjectsNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
User.projectsNext.Description:
projectsNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
User.projectNext.Description:
projectNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextPayload.projectNext.Description:
projectNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextItemFieldPayload.projectNextItem.Description:
projectNextItemwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextItemFieldInput.value.Description:
valuewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextItemFieldInput.itemId.Description:
itemIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextItemFieldInput.fieldId.Description:
fieldIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextItemFieldInput.fieldConstraintId.Description:
fieldConstraintIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextInput.title.Description:
titlewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextInput.shortDescription.Description:
shortDescriptionwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextInput.public.Description:
publicwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextInput.projectId.Description:
projectIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextInput.description.Description:
descriptionwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
UpdateProjectNextInput.closed.Description:
closedwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Repository.recentProjectsNext.Description:
recentProjectsNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Repository.projectsNext.Description:
projectsNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Repository.projectNext.Description:
projectNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
PullRequest.projectsNext.Description:
projectsNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
PullRequest.projectNextItems.Description:
projectNextItemswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
PullRequest.projectNext.Description:
projectNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.visibleFields.Description:
visibleFieldswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.verticalGroupBy.Description:
verticalGroupBywill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.updatedAt.Description:
updatedAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.sortBy.Description:
sortBywill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.project.Description:
projectwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.number.Description:
numberwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.name.Description:
namewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.layout.Description:
layoutwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.items.Description:
itemswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.groupedItems.Description:
groupedItemswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.groupBy.Description:
groupBywill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.filter.Description:
filterwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.databaseId.Description:
databaseIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectView.createdAt.Description:
createdAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectV2View.visibleFields.Description:
visibleFieldswill be removed. Check out theProjectV2View#fieldsAPI as an example for the more capable alternative.Reason:
The
ProjectV2View#visibleFieldsAPI is deprecated in favour of the more capableProjectV2View#fieldsAPI.
- Breaking A change will be made to
ProjectNextSingleSelectFieldOption.nameHTML.Description:
nameHtmlwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextSingleSelectFieldOption.name.Description:
namewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextSingleSelectFieldOption.id.Description:
idwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextSingleSelectField.updatedAt.Description:
updatedAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextSingleSelectField.settings.Description:
settingswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextSingleSelectField.project.Description:
projectwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextSingleSelectField.options.Description:
optionswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextSingleSelectField.name.Description:
namewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextSingleSelectField.databaseId.Description:
databaseIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextSingleSelectField.dataType.Description:
dataTypewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextSingleSelectField.createdAt.Description:
createdAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextRecent.recentProjectsNext.Description:
recentProjectsNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextOwner.projectsNext.Description:
projectsNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextOwner.projectNext.Description:
projectNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextOrderField.UPDATED_AT.Description:
UPDATED_ATwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextOrderField.TITLE.Description:
TITLEwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextOrderField.NUMBER.Description:
NUMBERwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextOrderField.CREATED_AT.Description:
CREATED_ATwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationFieldIteration.titleHTML.Description:
titleHtmlwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationFieldIteration.title.Description:
titlewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationFieldIteration.startDate.Description:
startDatewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationFieldIteration.id.Description:
idwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationFieldIteration.duration.Description:
durationwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationFieldConfiguration.startDay.Description:
startDaywill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationFieldConfiguration.iterations.Description:
iterationswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationFieldConfiguration.duration.Description:
durationwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationFieldConfiguration.completedIterations.Description:
completedIterationswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationField.updatedAt.Description:
updatedAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationField.settings.Description:
settingswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationField.project.Description:
projectwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationField.name.Description:
namewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationField.databaseId.Description:
databaseIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationField.dataType.Description:
dataTypewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationField.createdAt.Description:
createdAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextIterationField.configuration.Description:
configurationwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItemFieldValue.value.Description:
valuewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItemFieldValue.updatedAt.Description:
updatedAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItemFieldValue.projectItem.Description:
projectItemwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItemFieldValue.projectFieldConstraint.Description:
projectFieldConstraintwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItemFieldValue.projectField.Description:
projectFieldwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItemFieldValue.databaseId.Description:
databaseIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItemFieldValue.creator.Description:
creatorwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItemFieldValue.createdAt.Description:
createdAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItem.updatedAt.Description:
updatedAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItem.type.Description:
typewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItem.title.Description:
titlewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItem.project.Description:
projectwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItem.isArchived.Description:
isArchivedwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItem.fieldValues.Description:
fieldValueswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItem.databaseId.Description:
databaseIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItem.creator.Description:
creatorwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItem.createdAt.Description:
createdAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextItem.content.Description:
contentwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.TRACKS.Description:
TRACKSwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.TRACKED_BY.Description:
TRACKED_BYwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.TITLE.Description:
TITLEwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.TEXT.Description:
TEXTwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.SINGLE_SELECT.Description:
SINGLE_SELECTwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.REVIEWERS.Description:
REVIEWERSwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.REPOSITORY.Description:
REPOSITORYwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.NUMBER.Description:
NUMBERwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.MILESTONE.Description:
MILESTONEwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.LINKED_PULL_REQUESTS.Description:
LINKED_PULL_REQUESTSwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.LABELS.Description:
LABELSwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.ITERATION.Description:
ITERATIONwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.DATE.Description:
DATEwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldType.ASSIGNEES.Description:
ASSIGNEESwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldCommon.updatedAt.Description:
updatedAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldCommon.settings.Description:
settingswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldCommon.project.Description:
projectwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldCommon.name.Description:
namewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldCommon.id.Description:
idwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldCommon.databaseId.Description:
databaseIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldCommon.dataType.Description:
dataTypewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextFieldCommon.createdAt.Description:
createdAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextField.updatedAt.Description:
updatedAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextField.settings.Description:
settingswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextField.project.Description:
projectwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextField.name.Description:
namewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextField.databaseId.Description:
databaseIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextField.dataType.Description:
dataTypewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNextField.createdAt.Description:
createdAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.views.Description:
viewswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.url.Description:
urlwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.updatedAt.Description:
updatedAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.title.Description:
titlewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.shortDescription.Description:
shortDescriptionwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.resourcePath.Description:
resourcePathwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.repositories.Description:
repositorieswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.public.Description:
publicwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.owner.Description:
ownerwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.number.Description:
numberwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.items.Description:
itemswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.fields.Description:
fieldswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.fieldConstraints.Description:
fieldConstraintswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.description.Description:
descriptionwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.defaultView.Description:
defaultViewwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.databaseId.Description:
databaseIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.creator.Description:
creatorwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.createdAt.Description:
createdAtwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
ProjectNext.closed.Description:
closedwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Organization.recentProjectsNext.Description:
recentProjectsNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Organization.projectsNext.Description:
projectsNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Organization.projectNext.Description:
projectNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Mutation.updateProjectNextItemField.Description:
updateProjectNextItemFieldwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Mutation.updateProjectNext.Description:
updateProjectNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Mutation.updateProjectDraftIssue.Description:
updateProjectDraftIssuewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Mutation.deleteProjectNextItem.Description:
deleteProjectNextItemwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Mutation.addProjectNextItem.Description:
addProjectNextItemwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Mutation.addProjectDraftIssue.Description:
addProjectDraftIssuewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Issue.projectsNext.Description:
projectsNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Issue.projectNext.Description:
projectNextwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
DeleteProjectNextItemPayload.deletedItemId.Description:
deletedItemIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
DeleteProjectNextItemInput.projectId.Description:
projectIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
DeleteProjectNextItemInput.itemId.Description:
itemIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
Commit.changedFiles.Description:
changedFileswill be removed. UsechangedFilesIfAvailableinstead.Reason:
changedFileswill be removed.
- Breaking A change will be made to
AddProjectNextItemPayload.projectNextItem.Description:
projectNextItemwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
AddProjectNextItemInput.projectId.Description:
projectIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
AddProjectNextItemInput.contentId.Description:
contentIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
AddProjectDraftIssuePayload.projectNextItem.Description:
projectNextItemwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
AddProjectDraftIssueInput.title.Description:
titlewill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
AddProjectDraftIssueInput.projectId.Description:
projectIdwill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
AddProjectDraftIssueInput.body.Description:
bodywill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
- Breaking A change will be made to
AddProjectDraftIssueInput.assigneeIds.Description:
assigneeIdswill be removed. Follow the ProjectV2 guide at https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/, to find a suitable replacement.Reason:
The
ProjectNextAPI is deprecated in favour of the more capableProjectV2API.
Changes scheduled for 2022-11-21
- Breaking A change will be made to
PackageType.NUGET.Description:
NUGETwill be removed.Reason:
NUGET will be removed from this enum as this type will be migrated to only be used by the Packages REST API.
- Breaking A change will be made to
PackageType.NPM.Description:
NPMwill be removed.Reason:
NPM will be removed from this enum as this type will be migrated to only be used by the Packages REST API.
Changes scheduled for 2022-10-01
- Breaking A change will be made to
UpdateProjectNextItemFieldInput.fieldWithSettingId.Description:
fieldWithSettingIdwill be removed. UsefieldConstraintIdinsteadReason:
Renamed to fieldConstraintId to improve naming consistency.
- Breaking A change will be made to
RemovePullRequestFromMergeQueueInput.branch.Description:
branchwill be removed.Reason:
PRs are removed from the merge queue for the base branch, the
branchargument is now a no-op
- Breaking A change will be made to
DependencyGraphDependency.packageLabel.Description:
packageLabelwill be removed. Use normalizedpackageNamefield instead.Reason:
packageLabelwill be removed.
Changes scheduled for 2022-07-01
- Breaking A change will be made to
Query.sponsorables.dependencyEcosystem.Description:
dependencyEcosystemwill be removed. Use the ecosystem argument instead.Reason:
The type is switching from SecurityAdvisoryEcosystem to DependencyGraphEcosystem.
- Breaking A change will be made to
AddPullRequestToMergeQueueInput.branch.Description:
branchwill be removed.Reason:
PRs are added to the merge queue for the base branch, the
branchargument is now a no-op
Changes scheduled for 2021-10-01
- Breaking A change will be made to
ReactionGroup.users.Description:
userswill be removed. Use thereactorsfield instead.Reason:
Reactors can now be mannequins, bots, and organizations.
Changes scheduled for 2021-06-21
- Breaking A change will be made to
PackageType.DOCKER.Description:
DOCKERwill be removed.Reason:
DOCKER will be removed from this enum as this type will be migrated to only be used by the Packages REST API.
Changes scheduled for 2021-01-01
- Breaking A change will be made to
MergeStateStatus.DRAFT.Description:
DRAFTwill be removed. Use PullRequest.isDraft instead.Reason:
DRAFT state will be removed from this enum and
isDraftshould be used instead
Changes scheduled for 2020-10-01
- Breaking A change will be made to
Sponsorship.sponsor.Description:
sponsorwill be removed. UseSponsorship.sponsorEntityinstead.Reason:
Sponsorship.sponsorwill be removed.
- Breaking A change will be made to
PullRequest.timeline.Description:
timelinewill be removed. Use PullRequest.timelineItems instead.Reason:
timelinewill be removed
- Breaking A change will be made to
Issue.timeline.Description:
timelinewill be removed. Use Issue.timelineItems instead.Reason:
timelinewill be removed
Changes scheduled for 2020-04-01
- Breaking A change will be made to
Sponsorship.maintainer.Description:
maintainerwill be removed. UseSponsorship.sponsorableinstead.Reason:
Sponsorship.maintainerwill be removed.
Changes scheduled for 2020-01-01
- Breaking A change will be made to
UnassignedEvent.user.Description:
userwill be removed. Use theassigneefield instead.Reason:
Assignees can now be mannequins.
- Breaking A change will be made to
AssignedEvent.user.Description:
userwill be removed. Use theassigneefield instead.Reason:
Assignees can now be mannequins.