From cb6875cfd2db36ddcd3954b6ed736cb2a36b5389 Mon Sep 17 00:00:00 2001 From: sentaur-athena Date: Tue, 27 Aug 2024 18:27:11 +0000 Subject: [PATCH] Generated --- openapi-derefed.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/openapi-derefed.json b/openapi-derefed.json index 644d735..982f282 100644 --- a/openapi-derefed.json +++ b/openapi-derefed.json @@ -43975,6 +43975,28 @@ "type": "string", "description": "The new status for the issues. Valid values are `\"resolved\"`, `\"reprocessing\"`, `\"unresolved\"`, and `\"ignored\"`." }, + "statusDetails": { + "type": "object", + "description": "Additional details about the status of the issue.", + "properties": { + "inNextRelease": { + "type": "boolean", + "description": "Indicates if the issue is resolved in the next release based on the last seen release of that issue." + }, + "inUpcomingRelease": { + "type": "boolean", + "description": "Indicates if the issue is resolved in an upcoming release." + }, + "inRelease": { + "type": "string", + "description": "The version of the release in which the issue is resolved." + }, + "inCommit": { + "type": "string", + "description": "The commit hash in which the issue is resolved." + } + } + }, "assignedTo": { "type": "string", "description": "The actor id (or username) of the user or team that should be assigned to this issue."