File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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>Field <code>optionId</code> was added to object type <code>IssueFieldSingleSelectValue</code></p>"
8+ ]
9+ }
10+ ],
11+ "previewChanges": [],
12+ "upcomingChanges": [],
13+ "date": "2026-03-17"
14+ },
215 {
316 "schemaChanges": [
417 {
Original file line number Diff line number Diff line change @@ -20937,6 +20937,11 @@ type IssueFieldSingleSelectValue implements IssueFieldValueCommon & Node {
2093720937 The option's name.
2093820938 """
2093920939 name: String!
20940+
20941+ """
20942+ The selected option's global relay ID.
20943+ """
20944+ optionId: String
2094020945}
2094120946
2094220947"""
Original file line number Diff line number Diff line change 3266332663 "id": "string",
3266432664 "kind": "scalars",
3266532665 "href": "/graphql/reference/scalars#string"
32666+ },
32667+ {
32668+ "name": "optionId",
32669+ "description": "<p>The selected option's global relay ID.</p>",
32670+ "type": "String",
32671+ "id": "string",
32672+ "kind": "scalars",
32673+ "href": "/graphql/reference/scalars#string"
3266632674 }
3266732675 ]
3266832676 },
Original file line number Diff line number Diff line change @@ -20937,6 +20937,11 @@ type IssueFieldSingleSelectValue implements IssueFieldValueCommon & Node {
2093720937 The option's name.
2093820938 """
2093920939 name: String!
20940+
20941+ """
20942+ The selected option's global relay ID.
20943+ """
20944+ optionId: String
2094020945}
2094120946
2094220947"""
Original file line number Diff line number Diff line change 3266332663 "id": "string",
3266432664 "kind": "scalars",
3266532665 "href": "/graphql/reference/scalars#string"
32666+ },
32667+ {
32668+ "name": "optionId",
32669+ "description": "<p>The selected option's global relay ID.</p>",
32670+ "type": "String",
32671+ "id": "string",
32672+ "kind": "scalars",
32673+ "href": "/graphql/reference/scalars#string"
3266632674 }
3266732675 ]
3266832676 },
You can’t perform that action at this time.
0 commit comments