@ExperimentalApi public interface

IssueTypePropertyService

implements EntityPropertyService<T extends WithId>
com.atlassian.jira.bc.issuetype.property.IssueTypePropertyService
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 IssueType'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