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
We have a large code base and numerous developers will be associated with each area.
When the plugin runs it creates a new Comment/Activity on the PR for each user that has been added. This can produce a large number of entries in the PR overview that distracts from the user supplied comments.
We have a large code base and numerous developers will be associated with each area.
When the plugin runs it creates a new Comment/Activity on the PR for each user that has been added. This can produce a large number of entries in the PR overview that distracts from the user supplied comments.
The PR update api may be more appropriate for bulk adding reviewers.
https://developer.atlassian.com/static/javadoc/bitbucket-server/4.4.1/api/reference/com/atlassian/bitbucket/pull/PullRequestUpdateRequest.Builder.html
The text was updated successfully, but these errors were encountered: