IssueWorklogsApi class

Jira Cloud platform REST API documentation

Constructors

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

addWorklog({required String issueIdOrKey, bool? notifyUsers, String? adjustEstimate, String? newEstimate, String? reduceBy, String? expand, bool? overrideEditableFlag, required Worklog body}) Future<Worklog>
Adds a worklog to an issue.
deleteWorklog({required String issueIdOrKey, required String id, bool? notifyUsers, String? adjustEstimate, String? newEstimate, String? increaseBy, bool? overrideEditableFlag}) Future<void>
Deletes a worklog from an issue.
getIdsOfWorklogsDeletedSince({int? since}) Future<ChangedWorklogs>
Returns a list of IDs and delete timestamps for worklogs deleted after a date and time.
getIdsOfWorklogsModifiedSince({int? since, String? expand}) Future<ChangedWorklogs>
Returns a list of IDs and update timestamps for worklogs updated after a date and time.
getIssueWorklog({required String issueIdOrKey, int? startAt, int? maxResults, int? startedAfter, int? startedBefore, String? expand}) Future<PageOfWorklogs>
Returns worklogs for an issue, starting from the oldest worklog or from the worklog started on or after a date and time.
getWorklog({required String issueIdOrKey, required String id, String? expand}) Future<Worklog>
Returns a worklog.
getWorklogsForIds({String? expand, required WorklogIdsRequestBean body}) Future<List<Worklog>>
Returns worklog details for a list of worklog IDs.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateWorklog({required String issueIdOrKey, required String id, bool? notifyUsers, String? adjustEstimate, String? newEstimate, String? expand, bool? overrideEditableFlag, required Worklog body}) Future<Worklog>
Updates a worklog.

Operators

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