Changelog class
A log of changes made to issue fields. Changelogs related to workflow associations are currently being deprecated.
Constructors
-
Changelog({UserDetails? author, DateTime? created, HistoryMetadata? historyMetadata, String? id, List<
ChangeDetails> ? items}) -
Changelog.fromJson(Map<
String, Object?> json) -
factory
Properties
-
The user who made the change.
final
- created → DateTime?
-
The date on which the change took place.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- historyMetadata → HistoryMetadata?
-
The history metadata associated with the changed.
final
- id → String?
-
The ID of the changelog.
final
-
items
→ List<
ChangeDetails> -
The list of items changed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{UserDetails? author, DateTime? created, HistoryMetadata? historyMetadata, String? id, List< ChangeDetails> ? items}) → Changelog -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited