NAME
JIRA::API::Transition -
SYNOPSIS
my $obj = JIRA::API::Transition->new();
...
PROPERTIES
description
The description of the transition.
from
The statuses the transition can start from.
id
The ID of the transition.
name
The name of the transition.
properties
The properties of the transition.
rules
A collection of transition rules.
screen
The details of a transition screen.
to
The status the transition goes to.
type
The type of the transition.