private suspend fun removeLabelFromIssues(label: Label, issues: Collection<Issue>, byUser: User)

Removes label for each Issue in issues now byUser. Saves issues

Parameters

label

the Label to remove

issues

contains Issues from which label is removed

byUser

the User which remove the label