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

A transition that can be performed by the user on an issue

Parameters

id

the id of the transition

name

the name of the transition

to

the status details of the transition

Constructors

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

Properties

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