@Serializable
data class IssueQuery(val expand: String, val id: String, val self: String, val key: String, val editmeta: JsonObject, val changelog: ChangeLogContainer, val fields: Map<String, JsonElement>, val names: JsonObject, val schema: JsonObject)

Kotlin representation of the Issue JSON

Parameters

expand

The expand string

id

The id of the issue

self

The self link of the issue

key

The key of the issue

editmeta

The edit meta data of the issue

changelog

The changelog of the issue

fields

The fields of the issue

names

The names of the issue

schema

The schema of the issue

Constructors

Link copied to clipboard
constructor(expand: String, id: String, self: String, key: String, editmeta: JsonObject, changelog: ChangeLogContainer, fields: Map<String, JsonElement>, names: JsonObject, schema: JsonObject)

Properties

Link copied to clipboard
Link copied to clipboard
val editmeta: JsonObject
Link copied to clipboard
Link copied to clipboard
val fields: Map<String, JsonElement>
Link copied to clipboard
val id: String
Link copied to clipboard
val key: String
Link copied to clipboard
val names: JsonObject
Link copied to clipboard
val schema: JsonObject
Link copied to clipboard

Functions

Link copied to clipboard
fun data(imsProject: IMSProject): IssueData