Skip to content

Fix retro issue mass-mentions for shared projects

Dan Jensen requested to merge 36-allow-multiple-groups-to-use-same-project into master

Previously if a group shared a project for retrospectives with other groups, it was possible for a mass @-mention to be created for the retrospective issues. This fixes that bug by first attempting to limit the issue search by group label. If no issues with the group label are found, then the previous logic is used.

Closes #36 (closed)

Merge request reports