You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a facilitator I want to have the option to not send a summary email after the meeting ended. I also don't want to set this each time, so the setting should be persisted.
Acceptance criteria
add setting sendMeetingSummary to TeamMember, true by default
add to DB
add to graphql type
create mutation setSendMeetingSummary with boolean sendMeetingSummary and teamMemberId
modify endSprintPoker, endCheckIn, endRetrospective mutations to only send the summary email, if the setting for the facilitator is true
The text was updated successfully, but these errors were encountered:
Part of the implementation for:
As a facilitator I want to have the option to not send a summary email after the meeting ended. I also don't want to set this each time, so the setting should be persisted.
Acceptance criteria
sendMeetingSummary
toTeamMember
,true
by defaultsetSendMeetingSummary
with booleansendMeetingSummary
andteamMemberId
endSprintPoker
,endCheckIn
,endRetrospective
mutations to only send the summary email, if the setting for the facilitator istrue
The text was updated successfully, but these errors were encountered: