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)