class CreateIssueInput(val templatedFields: List<JSONFieldInput>, val template: ID, val title: String, val trackables: List<ID>, val body: String, val type: ID, val state: ID) : Input, CreateTemplatedNodeInput

Input for the createIssue mutation

Constructors

Link copied to clipboard
constructor(templatedFields: List<JSONFieldInput>, template: ID, title: String, trackables: List<ID>, body: String, type: ID, state: ID)

Properties

Link copied to clipboard
Link copied to clipboard
val state: ID
Link copied to clipboard
val template: ID
Link copied to clipboard
open override val templatedFields: List<JSONFieldInput>

Initial value for the templated fields

Link copied to clipboard
Link copied to clipboard
val trackables: List<ID>
Link copied to clipboard
val type: ID

Functions

Link copied to clipboard
open override fun validate()

Validates this input