Interface IssuePropertyService

All Superinterfaces:
EntityPropertyService<Issue>, EntityWithKeyPropertyService<Issue>
All Known Implementing Classes:
DefaultIssueEntityWithKeyPropertyService

@ExperimentalApi public interface IssuePropertyService extends EntityWithKeyPropertyService<Issue>
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.
Since:
v6.2