Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Where is the documentation of the "Bitbucket Pull Request Auto Reviewers" addon's reviewers.json file format

John Carter October 2, 2015

I'm looking for documentation of the reviewers.json file format used by this plugin - all there is currently is a screenshot!

https://marketplace.atlassian.com/plugins/com.atlassian.labs.pr-auto-reviewer

Sorry if this question is in the wrong place, unfortunately the "Ask a Question" link from that page hits a 403 (I've logged a ticket about this here: https://support.atlassian.com/servicedesk/agent/JST/issue/JST-161119).

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Steffen Opel _Utoolity_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 3, 2015

The Bitbucket Pull Request Auto Reviewers Marketplace listing is fairly new (Bitbucket Cloud add-ons can only be listed as of recently) and seems to lack some of the regular links still, for example the source code, which is available on Bitbucket though:

While it isn't formally documented, there is an example configuration that should get you started:

{
    "rules": [
        {
            "match": "feature/.*",
            "reviewers": [
                { "name": "BitbucketUserName" },
                { "name": "CasingMustMatchBbUserName" }
            ]
        },
        {
            "match": "release/.*",
            "reviewers": [
                { "name": "ReleaseMasterUser" }
            ]
        },
        {
            "match": ".*",
            "reviewers": [
                { "name": "IReviewAllTheThings" }
            ]
        }
    ]
}
0 votes
Seth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 5, 2015

I think this is a fine place to ask the question, but I'd recommend you tag your question with the name of that plugin, not just the generic bitbucket tags.

TAGS
AUG Leaders

Atlassian Community Events