NAME

JIRA::API::UiModificationContextDetails -

SYNOPSIS

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

PROPERTIES

id

The ID of the UI modification context.

isAvailable

Whether a context is available. For example, when a project is deleted the context becomes unavailable.

issueTypeId

The issue type ID of the context.

projectId

The project ID of the context.

viewType

The view type of the context. Only `GIC` (Global Issue Create) is supported.