IssueTypePropertiesApi class

Jira Cloud platform REST API documentation

Constructors

IssueTypePropertiesApi(ApiClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteIssueTypeProperty({required String issueTypeId, required String propertyKey}) Future<void>
Deletes the issue type property.
getIssueTypeProperty({required String issueTypeId, required String propertyKey}) Future<EntityProperty>
Returns the key and value of the issue type property.
getIssueTypePropertyKeys(String issueTypeId) Future<PropertyKeys>
Returns all the issue type property keys of the issue type.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIssueTypeProperty({required String issueTypeId, required String propertyKey, required dynamic body}) Future
Creates or updates the value of the issue type property. Use this resource to store and update data against an issue type.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited