@@ -8,19 +8,43 @@ description: "Workflow to follow when customers request that a feature flag be e
This workflow covers cases where a customer requests support to enable [feature flags](https://docs.gitlab.com/development/feature_flags/controls/) on their GitLab.com groups, projects, or users.
Enabling feature flags can be done via ChatOps. Before you can use ChatOps, you will need to [request access](https://docs.gitlab.com/development/chatops_on_gitlabcom/#requesting-access).
Enabling feature flags can be done using ChatOps. Before you can use ChatOps, you will need to [request access](https://docs.gitlab.com/development/chatops_on_gitlabcom/#requesting-access).
## Process
Once the request has been received via a support ticket:
When a customer requests a feature flag:
1. If the feature flag issue does not already say it can be enabled for customers, comment on the feature flag issue to confirm that the product and development teams are comfortable with Support turning on the feature flag for customers.
1. Add the customer's Account Owner/Customer Success Manager found in Zendesk as a CC on the ticket so that they are aware of the request.
1. Add the customer's Account Owner/Customer Success Manager found in ZenDesk as a CC on the ticket so that they are aware of the request.
1. Run the appropriate [ChatOps command](#chatops) to enable it.
1. Once enabled, add an internal comment on the feature flag issue with:
- A screenshot of the chatops response on the feature flag issue. This should include the group, project, or user that the feature flag is scoped to.
- The relevant zendesk ticket.
- A screenshot of the ChatOps response on the feature flag issue. This should include the group, project, or user that the feature flag is scoped to.
- The relevant ZenDesk ticket.
If Engineering recommends that a feature flag be enabled for a customer:
1. Inform the customer that we would like to enable a feature flag that will assist with debugging or enable a feature that is anticipated to fix the issue.
1. Link the customer to the Feature Flag issue so they are aware of the change the flag controls
1. Enable the feature flag once the customer confirms the change can be made.
1. Add the customer's Account Owner/Customer Success Manager found in ZenDesk as a CC on the ticket so that they are aware of the request.
1. Run the appropriate [ChatOps command](#chatops) to enable it.
1. Once enabled, add an internal comment on the feature flag issue with:
- A screenshot of the ChatOps response on the feature flag issue. This should include the group, project, or user that the feature flag is scoped to.
- The relevant ZenDesk ticket.
Declining a feature flag means may prevent further troubleshooting. Let the customer know when we expect the feature covered by the flag will be released.
Customers may request a feature flag that was previously be enabled be disabled.
1. Validate that the Feature Flag is still active. If it is not, let the cusstomer know the feature flag is no longer active and the feature covered by the flag is live.
1. Add the customer's Account Owner/Customer Success Manager found in ZenDesk as a CC on the ticket so that they are aware of the request.
1. Run the appropriate [ChatOps command](#chatops) to disable it.
1. If we had created an internal comment on the feature flag issue when enabling the flag, update the thread with:
- A screenshot of the ChatOps response on the feature flag issue. This should include the group, project, or user that the feature flag is scoped to.