@Serializable
data class ChangelogFieldEntry(val field: String, val fieldtype: String, val fieldId: String? = null, val from: String?, val to: String?, val fromString: String?, val toString: String?)

A field in the changelog returned by Jira

Parameters

field

The name of the field

fieldtype

The type of the field

fieldId

The id of the field

from

The old value of the field

to

The new value of the field

fromString

The old value of the field if a string

toString

The new value of the field if a string

Constructors

Link copied to clipboard
constructor(field: String, fieldtype: String, fieldId: String? = null, from: String?, to: String?, fromString: String?, toString: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val from: String?
Link copied to clipboard
Link copied to clipboard
val to: String?
Link copied to clipboard