Details about the server Jira is running on.

interface WorkflowTransitionProperty {
    id?: string;
    key?: string;
    value: string;
}

Hierarchy (view full)

Properties

Properties

id?: string

The ID of the transition property.

key?: string

The key of the transition property. Also known as the name of the transition property.

value: string

The value of the transition property.