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

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

Constructors

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

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

Functions

Link copied to clipboard
fun data(imsProject: IMSProject, names: JsonObject, schema: JsonObject): IssueData