...
Tip |
---|
Affective with CLI 5.6 and above. Until finally released, refer to the SNAPSHOT documentation for information on the new actions. |
Removed Actions
grantBranchPermissions
updateBranchPermissions
revokeBranchPermissions
getBranchPermissionList
...
Table plus |
---|
Parameter | Default | Description |
---|
restriction | read-only | Branch restriction. Defaults to read-only. Restrictions are: Div |
---|
Restriction (CLI) | UI Description |
---|
read-only | Prevent all changes | no-deletes | Prevent deletion | fast-forward-only | Prevent re-writing history | pull-request-only | Prevent changes without a pull request |
|
| matchingType | BRANCH | Branch matching type. Defaults to BRANCH. Determines usage of branch parameter value. Types are: | branch |
| For branch permissions, it can represent a branch, branch pattern, or branching model. Examples: - master (BRANCH)
- xyz* (PATTERN)
feature/ (MODEL)
| group |
| A comma separated list of group names. Groups are exceptions to the restriction. | userId |
| A comma separated list of user ids. Users are exceptions to the restriction. |
|
Discontinued Stash
...
Support
With CLI 5.6, we are no longer supporting Stash 3.x. We didn't want to confuse the branch permission issue further by trying to support both models at the same time.