NAME

JIRA::API::CreateCustomFieldContext -

SYNOPSIS

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

PROPERTIES

description

The description of the context.

id

The ID of the context.

issueTypeIds

The list of issue types IDs for the context. If the list is empty, the context refers to all issue types.

name

The name of the context.

projectIds

The list of project IDs associated with the context. If the list is empty, the context is global.