1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +02:00

feat: change request reject docs and step update (#4493)

This commit is contained in:
Mateusz Kwasniewski 2023-08-16 09:46:05 +02:00 committed by GitHub
parent 872644fc91
commit a2bd7d42a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 79 additions and 6 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 255 KiB

View File

@ -73,13 +73,24 @@ export const ChangeRequestProcessHelp: VFC<
<ul>
<li>
If changes are Approved then someone who has{' '}
<strong>Apply change request</strong>{' '}
<strong>
Apply/Reject change request
</strong>{' '}
permission needs to apply these changes to
be live on the feature toggles and request
is Closed
</li>
<li>
If changes are Cancelled by the author or
If changes are Rejected bu someone who has{' '}
<strong>
Apply/Reject change request
</strong>{' '}
permission or an admin then change request
goes automatically to Rejected and request
is Closed.
</li>
<li>
If changes are Cancelled by the author or an
admin then change request goes automatically
to Cancelled and request is Closed.
</li>

View File

@ -52,10 +52,11 @@ The flow can be summarized as follows:
Once a change is added to a draft, the draft needs to be completed before another change request can be opened. The draft is personal to the user that created the change request draft, until it is sent for review. Once changes are added to draft, the user will have a banner in the top of the screen indicating that a draft exists. The state of a change request can be one of the following:
* **Draft** - The change request is in draft mode, and can be edited by the user that created the draft.
* **In review** - The change request is in review mode, and can be edited by the user that created the draft. If editing ocurrs, all current approvals are revoked
* **In review** - The change request is in review mode, and can be edited by the user that created the draft. If editing occurs, all current approvals are revoked
* **Approved** - The change request has been approved by the required number of users.
* **Applied** - The change request has been applied to the environment. The feature toggle configuration is updated.
* **Cancelled** - The change request has been cancelled by the user/admin.
* **Cancelled** - The change request has been cancelled by the change request author or by an admin.
* **Rejected** - The change request has been rejected by the reviewer or by an admin.
![Change request banner](/img/change-request-banner.png)
@ -71,7 +72,7 @@ From here, if you have the correct permissions, you can approve and apply the ch
Change requests have their own set of environment-specific permissions that can be applied to [custom project roles](rbac.md#custom-project-roles). These permissions let users
- approve change requests
- approve/reject change requests
- apply change requests
- skip the change request flow

View File

@ -29,4 +29,5 @@ The following actions in your projects will trigger notifications for your proje
* Enabling a feature in an environment
* Submitting a change request
* Approving change request
* Rejecting change request
* Applying change request

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 33 KiB