factory IssueUpdateMetadata.fromJson(Map<String, Object?> json) { return IssueUpdateMetadata( fields: json[r'fields'] as Map<String, Object?>?, ); }