NAME

JIRA::API::Workflow -

SYNOPSIS

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

PROPERTIES

created

The creation date of the workflow.

description

The description of the workflow.

hasDraftWorkflow

Whether the workflow has a draft version.

id

Properties that identify a published workflow.

isDefault

Whether this is the default workflow.

operations

Operations allowed on a workflow

projects

The projects the workflow is assigned to, through workflow schemes.

schemes

The workflow schemes the workflow is assigned to.

statuses

The statuses of the workflow.

transitions

The transitions of the workflow.

updated

The last edited date of the workflow.