@Serializable
data class StatusDetails(val id: String, val name: String)

Details of the issue status after the transition.

Parameters

id

the id of the status

name

the name of the status

Constructors

Link copied to clipboard
constructor(id: String, name: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard