|
11391 | 11391 | ], |
11392 | 11392 | "category": "issues" |
11393 | 11393 | }, |
| 11394 | + { |
| 11395 | + "name": "IssueStateUpdateInput", |
| 11396 | + "id": "issuestateupdateinput", |
| 11397 | + "href": "/graphql/reference/issues#input-object-issuestateupdateinput", |
| 11398 | + "description": "<p>Specifies a target state for an issue, with optional metadata such as a\nrationale, close reason, or duplicate reference. Suggestion metadata\n(<code>rationale</code>, <code>confidence</code>, <code>suggest</code>) is only meaningful when <code>value</code> is\n<code>CLOSED</code>; it is silently ignored otherwise.</p>", |
| 11399 | + "isDeprecated": false, |
| 11400 | + "inputFields": [ |
| 11401 | + { |
| 11402 | + "name": "confidence", |
| 11403 | + "description": "<p>The confidence level the agent had when suggesting this close. Only meaningful when <code>value</code> is <code>CLOSED</code>.</p>", |
| 11404 | + "type": "IssueEventConfidenceLevel", |
| 11405 | + "id": "issueeventconfidencelevel", |
| 11406 | + "href": "/graphql/reference/issues#enum-issueeventconfidencelevel" |
| 11407 | + }, |
| 11408 | + { |
| 11409 | + "name": "duplicateIssueId", |
| 11410 | + "description": "<p>The ID of the issue that this is a duplicate of. Only meaningful when <code>value</code>\nis <code>CLOSED</code> and <code>stateReason</code> is <code>DUPLICATE</code>.</p>", |
| 11411 | + "type": "ID", |
| 11412 | + "id": "id", |
| 11413 | + "href": "/graphql/reference/other#scalar-id", |
| 11414 | + "isDeprecated": false |
| 11415 | + }, |
| 11416 | + { |
| 11417 | + "name": "rationale", |
| 11418 | + "description": "<p>Optional rationale describing why the issue is being closed. Only meaningful when <code>value</code> is <code>CLOSED</code>. Max 280 characters.</p>", |
| 11419 | + "type": "String", |
| 11420 | + "id": "string", |
| 11421 | + "href": "/graphql/reference/other#scalar-string" |
| 11422 | + }, |
| 11423 | + { |
| 11424 | + "name": "stateReason", |
| 11425 | + "description": "<p>The reason for closing the issue. Only meaningful when <code>value</code> is <code>CLOSED</code>.</p>", |
| 11426 | + "type": "IssueClosedStateReason", |
| 11427 | + "id": "issueclosedstatereason", |
| 11428 | + "href": "/graphql/reference/issues#enum-issueclosedstatereason" |
| 11429 | + }, |
| 11430 | + { |
| 11431 | + "name": "suggest", |
| 11432 | + "description": "<p>If true, the close is stored as a pending suggestion for human review rather\nthan being applied directly. Only meaningful when <code>value</code> is <code>CLOSED</code>;\nsilently ignored otherwise.</p>", |
| 11433 | + "type": "Boolean", |
| 11434 | + "id": "boolean", |
| 11435 | + "href": "/graphql/reference/other#scalar-boolean" |
| 11436 | + }, |
| 11437 | + { |
| 11438 | + "name": "value", |
| 11439 | + "description": "<p>The target state.</p>", |
| 11440 | + "type": "IssueState!", |
| 11441 | + "id": "issuestate", |
| 11442 | + "href": "/graphql/reference/issues#enum-issuestate" |
| 11443 | + } |
| 11444 | + ], |
| 11445 | + "category": "issues" |
| 11446 | + }, |
11394 | 11447 | { |
11395 | 11448 | "name": "IssueTypeOrder", |
11396 | 11449 | "id": "issuetypeorder", |
|
12316 | 12369 | "id": "issuestate", |
12317 | 12370 | "href": "/graphql/reference/issues#enum-issuestate" |
12318 | 12371 | }, |
| 12372 | + { |
| 12373 | + "name": "stateInput", |
| 12374 | + "description": "<p>The desired issue state, with optional rationale, state reason, or duplicate reference. Mutually exclusive with <code>state</code>.</p>", |
| 12375 | + "type": "IssueStateUpdateInput", |
| 12376 | + "id": "issuestateupdateinput", |
| 12377 | + "href": "/graphql/reference/issues#input-object-issuestateupdateinput" |
| 12378 | + }, |
12319 | 12379 | { |
12320 | 12380 | "name": "title", |
12321 | 12381 | "description": "<p>The title for the issue.</p>", |
|
0 commit comments