IssueWorklogPropertiesApi class
Jira Cloud platform REST API documentation
Constructors
- IssueWorklogPropertiesApi(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
-
deleteWorklogProperty(
{required String issueIdOrKey, required String worklogId, required String propertyKey}) → Future< void> - Deletes a worklog property.
-
getWorklogProperty(
{required String issueIdOrKey, required String worklogId, required String propertyKey}) → Future< EntityProperty> - Returns the value of a worklog property.
-
getWorklogPropertyKeys(
{required String issueIdOrKey, required String worklogId}) → Future< PropertyKeys> - Returns the keys of all properties for a worklog.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setWorklogProperty(
{required String issueIdOrKey, required String worklogId, required String propertyKey, required dynamic body}) → Future - Sets the value of a worklog property. Use this operation to store custom data against the worklog.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited