|
9950 | 9950 | ], |
9951 | 9951 | "category": "issues" |
9952 | 9952 | }, |
| 9953 | + { |
| 9954 | + "name": "IssueFieldUpdateOperation", |
| 9955 | + "id": "issuefieldupdateoperation", |
| 9956 | + "href": "/graphql/reference/issues#enum-issuefieldupdateoperation", |
| 9957 | + "description": "<p>The operation to perform on an issue field value.</p>", |
| 9958 | + "isDeprecated": false, |
| 9959 | + "values": [ |
| 9960 | + { |
| 9961 | + "name": "ADD", |
| 9962 | + "description": "<p>Sets a scalar field or adds options to a multi-select field.</p>" |
| 9963 | + }, |
| 9964 | + { |
| 9965 | + "name": "CLEAR", |
| 9966 | + "description": "<p>Clears the field value.</p>" |
| 9967 | + }, |
| 9968 | + { |
| 9969 | + "name": "REMOVE", |
| 9970 | + "description": "<p>Removes options from a multi-select field.</p>" |
| 9971 | + }, |
| 9972 | + { |
| 9973 | + "name": "SET", |
| 9974 | + "description": "<p>Replaces the field value.</p>" |
| 9975 | + } |
| 9976 | + ], |
| 9977 | + "category": "issues" |
| 9978 | + }, |
9953 | 9979 | { |
9954 | 9980 | "name": "IssueFieldVisibility", |
9955 | 9981 | "id": "issuefieldvisibility", |
|
12205 | 12231 | ], |
12206 | 12232 | "category": "issues" |
12207 | 12233 | }, |
| 12234 | + { |
| 12235 | + "name": "IssueFieldUpdateInput", |
| 12236 | + "id": "issuefieldupdateinput", |
| 12237 | + "href": "/graphql/reference/issues#input-object-issuefieldupdateinput", |
| 12238 | + "description": "<p>Updates an issue field using its user-facing name.</p>", |
| 12239 | + "isDeprecated": false, |
| 12240 | + "inputFields": [ |
| 12241 | + { |
| 12242 | + "name": "fieldName", |
| 12243 | + "description": "<p>The name of the issue field.</p>", |
| 12244 | + "type": "String!", |
| 12245 | + "id": "string", |
| 12246 | + "href": "/graphql/reference/other#scalar-string" |
| 12247 | + }, |
| 12248 | + { |
| 12249 | + "name": "operation", |
| 12250 | + "description": "<p>The operation to perform.</p>", |
| 12251 | + "type": "IssueFieldUpdateOperation!", |
| 12252 | + "id": "issuefieldupdateoperation", |
| 12253 | + "href": "/graphql/reference/issues#enum-issuefieldupdateoperation" |
| 12254 | + }, |
| 12255 | + { |
| 12256 | + "name": "value", |
| 12257 | + "description": "<p>The value or comma-separated option names for the operation.</p>", |
| 12258 | + "type": "String", |
| 12259 | + "id": "string", |
| 12260 | + "href": "/graphql/reference/other#scalar-string" |
| 12261 | + } |
| 12262 | + ], |
| 12263 | + "category": "issues" |
| 12264 | + }, |
12208 | 12265 | { |
12209 | 12266 | "name": "IssueFieldValueFilter", |
12210 | 12267 | "id": "issuefieldvaluefilter", |
|
13399 | 13456 | "href": "/graphql/reference/other#scalar-id", |
13400 | 13457 | "isDeprecated": false |
13401 | 13458 | }, |
| 13459 | + { |
| 13460 | + "name": "issueFieldUpdates", |
| 13461 | + "description": "<p>Issue field updates resolved by field and option names.</p>", |
| 13462 | + "type": "[IssueFieldUpdateInput!]", |
| 13463 | + "id": "issuefieldupdateinput", |
| 13464 | + "href": "/graphql/reference/issues#input-object-issuefieldupdateinput" |
| 13465 | + }, |
13402 | 13466 | { |
13403 | 13467 | "name": "issueType", |
13404 | 13468 | "description": "<p>The Issue Type to set on this issue, with optional rationale. Mutually exclusive with <code>issueTypeId</code>.</p>", |
|
0 commit comments