The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

JIRA::REST::Class::Issue::Transitions::Transition - A helper class for JIRA::REST::Class that represents an individual state transition a JIRA issue can go through.

VERSION

version 0.09

METHODS

go

Perform the transition represented by this object on the issue.

READ-ONLY ACCESSORS

issue

The JIRA::REST::Class::Issue object this is a transition for.

to

The status this transition will move the issue to, represented as a JIRA::REST::Class::Issue::Status object.

id

The id of the transition.

The name of the transition.

fields

The fields for the transition.

summary

The summary for the transition.

hasScreen

Heck if I know.

RELATED CLASSES

AUTHOR

Packy Anderson <packy@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2017 by Packy Anderson.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)