in src/app/work-items-filter.js [62:65]
startDate: formatDate(this.startDate),
endDate: formatDate(this.endDate),
authors: (this.authors || []).filter(hasId).map(user => user && {id: user.id, name: user.name, avatarURL: user.avatarURL}),