NAME

JIRA::API::ProjectFeature -

SYNOPSIS

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

PROPERTIES

feature

The key of the feature.

imageUri

URI for the image representing the feature.

localisedDescription

Localized display description for the feature.

localisedName

Localized display name for the feature.

prerequisites

List of keys of the features required to enable the feature.

projectId

The ID of the project.

state

The state of the feature. When updating the state of a feature, only ENABLED and DISABLED are supported. Responses can contain all values

toggleLocked

Whether the state of the feature can be updated.