File tree Expand file tree Collapse file tree 5 files changed +41
-0
lines changed Expand file tree Collapse file tree 5 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 11[
2+ {
3+ "schemaChanges": [
4+ {
5+ "title": "The GraphQL schema includes these changes:",
6+ "changes": [
7+ "<p>Input field 'projectV2Ids<code>of type</code>[ID!]<code>was added to input object type</code>CreateIssueInput'</p>"
8+ ]
9+ }
10+ ],
11+ "previewChanges": [],
12+ "upcomingChanges": [],
13+ "date": "2025-11-06"
14+ },
215 {
316 "schemaChanges": [
417 {
Original file line number Diff line number Diff line change @@ -8162,6 +8162,11 @@ input CreateIssueInput {
81628162 """
81638163 projectIds: [ID!] @possibleTypes(concreteTypes: ["Project"])
81648164
8165+ """
8166+ An array of Node IDs for Projects V2 associated with this issue.
8167+ """
8168+ projectV2Ids: [ID!] @possibleTypes(concreteTypes: ["ProjectV2"])
8169+
81658170 """
81668171 The Node ID of the repository.
81678172 """
Original file line number Diff line number Diff line change @@ -101351,6 +101351,15 @@
101351101351 "href": "/graphql/reference/scalars#id",
101352101352 "isDeprecated": false
101353101353 },
101354+ {
101355+ "name": "projectV2Ids",
101356+ "description": "<p>An array of Node IDs for Projects V2 associated with this issue.</p>",
101357+ "type": "[ID!]",
101358+ "id": "id",
101359+ "kind": "scalars",
101360+ "href": "/graphql/reference/scalars#id",
101361+ "isDeprecated": false
101362+ },
101354101363 {
101355101364 "name": "repositoryId",
101356101365 "description": "<p>The Node ID of the repository.</p>",
Original file line number Diff line number Diff line change @@ -8162,6 +8162,11 @@ input CreateIssueInput {
81628162 """
81638163 projectIds: [ID!] @possibleTypes(concreteTypes: ["Project"])
81648164
8165+ """
8166+ An array of Node IDs for Projects V2 associated with this issue.
8167+ """
8168+ projectV2Ids: [ID!] @possibleTypes(concreteTypes: ["ProjectV2"])
8169+
81658170 """
81668171 The Node ID of the repository.
81678172 """
Original file line number Diff line number Diff line change @@ -101351,6 +101351,15 @@
101351101351 "href": "/graphql/reference/scalars#id",
101352101352 "isDeprecated": false
101353101353 },
101354+ {
101355+ "name": "projectV2Ids",
101356+ "description": "<p>An array of Node IDs for Projects V2 associated with this issue.</p>",
101357+ "type": "[ID!]",
101358+ "id": "id",
101359+ "kind": "scalars",
101360+ "href": "/graphql/reference/scalars#id",
101361+ "isDeprecated": false
101362+ },
101354101363 {
101355101364 "name": "repositoryId",
101356101365 "description": "<p>The Node ID of the repository.</p>",
You can’t perform that action at this time.
0 commit comments