ProjectPropertiesApi class

Jira Cloud platform REST API documentation

Constructors

ProjectPropertiesApi(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

deleteProjectProperty({required String projectIdOrKey, required String propertyKey}) Future<void>
Deletes the property from a project.
getProjectProperty({required String projectIdOrKey, required String propertyKey}) Future<EntityProperty>
Returns the value of a project property.
getProjectPropertyKeys(String projectIdOrKey) Future<PropertyKeys>
Returns all project property keys for the project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setProjectProperty({required String projectIdOrKey, required String propertyKey, required dynamic body}) Future
Sets the value of the project property. You can use project properties to store custom data against the project.
toString() String
A string representation of this object.
inherited

Operators

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