NAME

JIRA::API::CreateWorkflowTransitionDetails -

SYNOPSIS

my $obj = JIRA::API::CreateWorkflowTransitionDetails->new();
...

PROPERTIES

description

The description of the transition. The maximum length is 1000 characters.

from

The statuses the transition can start from.

name

The name of the transition. The maximum length is 60 characters.

properties

The properties of the transition.

rules

The rules of the transition.

screen

The screen of the transition.

to

The status the transition goes to.

type

The type of the transition.