Capture Feature Flag Toggle actions in the audit log
Problem to solve
As a release manager, I want to know who toggled which flag and when.
Intended users
User experience goal
We need to capture these actions in an audit log for compliance and governance reasons.
Currently we track feature flag creation actions

We need to expand this to toggle on/off actions since this is critical information that is needed in audits and in understanding when features were enabled/disabled and to which audience
Proposal
Track when a flag was toggled on or off
| Author | Action | Target | At |
|---|---|---|---|
<username> |
Feature Flag toggled <action> |
<flag name> |
<timestamp> |
For example
| Author | Action | Target | At |
|---|---|---|---|
| Orit Golowinski |
Feature Flag toggled On
|
red_flag | 2019-10-16 16:26:50 UTC |
Further details
Permissions and Security
Documentation
Availability & Testing
What does success look like, and how can we measure that?
What is the type of buyer?
Is this a cross-stage feature?
Links / references
Edited by Orit Golowinski