You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// An array of issue field values to set on this issue. Each field value must include the field ID and the value to set. Issue fields are only available for organization-owned repositories with the feature enabled. Field values are silently dropped otherwise.
11433
+
///
11434
+
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/issues/POST/requestBody/json/issue_field_values`.
11435
+
public typealias IssueFieldValuesPayload = [Operations.IssuesCreate.Input.Body.JsonPayload.IssueFieldValuesPayloadPayload]
11436
+
/// An array of issue field values to set on this issue. Each field value must include the field ID and the value to set. Issue fields are only available for organization-owned repositories with the feature enabled. Field values are silently dropped otherwise.
11437
+
///
11438
+
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/issues/POST/requestBody/json/issue_field_values`.
11439
+
public var issueFieldValues: Operations.IssuesCreate.Input.Body.JsonPayload.IssueFieldValuesPayload?
11353
11440
/// The name of the issue type to associate with this issue. _NOTE: Only users with push access can set the type for new issues. The type is silently dropped otherwise._
11354
11441
///
11355
11442
/// - Remark: Generated from `#/paths/repos/{owner}/{repo}/issues/POST/requestBody/json/type`.
@@ -11363,6 +11450,7 @@ public enum Operations {
11363
11450
/// - milestone:
11364
11451
/// - labels: Labels to associate with this issue. _NOTE: Only users with push access can set labels for new issues. Labels are silently dropped otherwise._
11365
11452
/// - assignees: Logins for Users to assign to this issue. _NOTE: Only users with push access can set assignees for new issues. Assignees are silently dropped otherwise._
11453
+
/// - issueFieldValues: An array of issue field values to set on this issue. Each field value must include the field ID and the value to set. Issue fields are only available for organization-owned repositories with the feature enabled. Field values are silently dropped otherwise.
11366
11454
/// - _type: The name of the issue type to associate with this issue. _NOTE: Only users with push access can set the type for new issues. The type is silently dropped otherwise._
0 commit comments