@ExperimentalApi public interface

IssuePropertyService

implements EntityWithKeyPropertyService<T extends WithId & WithKey>
com.atlassian.jira.bc.issue.properties.IssuePropertyService
Known Indirect Subclasses

@ExperimentalApi

This interface is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

The service used to add, update, retrieve and delete properties from Issue's. Each method of this service ensures that the user has permission to perform the operation. For each operation an appropriate event is published.

Summary

[Expand]
Inherited Methods
From interface com.atlassian.jira.entity.property.EntityPropertyService
From interface com.atlassian.jira.entity.property.EntityWithKeyPropertyService