Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-4321

Auto-inviting specific users into open code reviews based on rules

XMLWordPrintable

    • 7
    • We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      As a security engineer I would like Stash to automatically invite me into any new code review in a repo whenever:

      • Specific files are modified
      • Certain code constructs are removed by the change under review
      • Certain code constructs are added by the change under review
      • Commit message matches a specified pattern.

      We have some functionality in Panopticon which watches a set of files specified per repo. We also match diffs - whether the "removed" patch matches a substring or whether "added" part matches other substrings.

      A filename match and a regex on diffs will probably to it. Our somewhat extensive configs are in https://bitbucket.org/atlassian/repo_monitor_configuration/

      This function can be a plugin.

      (ex-Facebook) Phabricator has a related function - Herald - http://www.phabricator.com/docs/phabricator/article/Herald_User_Guide.html. The whole idea of "actions based on rules" is very nice - at the moment we (SE) need only "invite this user to the review" or, even better, "invite one of these users to the review if none of them are on it already".

            Unassigned Unassigned
            vosipov VitalyA
            Votes:
            40 Vote for this issue
            Watchers:
            19 Start watching this issue

              Created:
              Updated: