Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 14 additions & 15 deletions docs/batch-changes/permissions-in-batch-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,20 @@ Batch changes can be created under the user's or an organization's namespace. If

The following table shows the access for each permission level for a batch change.

**Batch change action** | **Read** | **Admin**

------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: | :-------:
View batch change name and description<br/>(Also shows input branch name, create/update dates, and batch change status) | ✅ | ✅
View burndown chart (aggregate changeset statuses over time) | ✅ | ✅
View list of patches and changesets | ✅ | ✅
View `diffstat` (aggregate count of added/changed/deleted lines) | ✅ | ✅
View error messages (related to creating or syncing changesets) | ❌ | ✅
Edit batch change name, description, and branch name | ❌ | ✅
Update batch change patches (and changesets on code hosts) | ❌ | ✅
Publish changesets to code host | ❌ | ✅
Add/remove existing changesets to/from batch change | ❌ | ✅
Refresh changeset statuses | ❌ | ✅
Close batch change | ❌ | ✅
Delete batch change | ❌ | ✅
| **Batch change action** | **Read** | **Admin** |
| ----------------------- | :------: | :-------: |
| View batch change name and description<br/>(Also shows input branch name, create/update dates, and batch change status) | ✅ | ✅ |
| View burndown chart (aggregate changeset statuses over time) | ✅ | ✅ |
| View list of patches and changesets | ✅ | ✅ |
| View `diffstat` (aggregate count of added/changed/deleted lines) | ✅ | ✅ |
| View error messages (related to creating or syncing changesets) | ❌ | ✅ |
| Edit batch change name, description, and branch name | ❌ | ✅ |
| Update batch change patches (and changesets on code hosts) | ❌ | ✅ |
| Publish changesets to code host | ❌ | ✅ |
| Add/remove existing changesets to/from batch change | ❌ | ✅ |
| Refresh changeset statuses | ❌ | ✅ |
| Close batch change | ❌ | ✅ |
| Delete batch change | ❌ | ✅ |

<Callout type="note">
Authorization for all actions is also subject to [repository
Expand Down