Skip to content

Commit

Permalink
docs: skip CR also works in the UI (#3518)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Apr 26, 2023
1 parent 8df65d2 commit 7eda493
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/docs/reference/change-requests.md
Expand Up @@ -80,8 +80,8 @@ There is no permission to create change requests: **Anyone can create change req

### Circumventing change requests

The **skip change requests** permission allows users to bypass the change request flow when calling the API directly. Users with this permission can change feature toggles directly (they are of course still limited by any other permissions they have). This permission does **not** allow users to bypass the change request flow in the admin UI.
The **skip change requests** permission allows users to bypass the change request flow. Users with this permission can change feature toggles directly (they are of course still limited by any other permissions they have).

The skip change requests permission was designed specifically to allow automation of Unleash. Specifically, we wanted to make it possible to quickly and automatically turn something off in the event that a feature release didn't go as expected or was causing issues.
The skip change requests permission was designed to make it possible to quickly turn something off in the event that a feature release didn't go as expected or was causing issues.

The skip change requests permission does **not** grant any other permissions, so to be allowed to do things as enabling/disabling a toggle, the user will still need the explicit permissions to do that too.
Expand Up @@ -33,7 +33,7 @@ Additionally, these global configuration items are exported:
* [custom context fields](../unleash-context.md#custom-context-fields)
* [feature tag types](../tags.md#tag-types)

Importantly, while references to [segments](../segments.mdx)) are exported, the segments themselves are **not** exported. Consult the [import rejection](#import-rejection) section for more information.
Importantly, while references to [segments](../segments.mdx) are exported, the segments themselves are **not** exported. Consult the [import rejection](#import-rejection) section for more information.

## Export

Expand Down

0 comments on commit 7eda493

Please sign in to comment.