Change the way a user made a participant on sever-side

Issue #5 resolved
Georgy Bolyuba created an issue

Replace "add comment - remove comment" with adding Participant role directly.

Comments (3)

  1. Georgy Bolyuba reporter

    There seems to be no way to do this right now using PullRequestService. assignRole can only take REVIEWER, not PARTICIPANT. Go figure...

  2. Georgy Bolyuba reporter
    • changed status to open

    Permission.REPO_WRITE is required. Implemented as adding a REVIEWER role and removing it right after that. Still not the clean way, but at least we can avoid emails about comments that do not exist anymore...

  3. Log in to comment