add feature flag for automate-mst-consent#27566
Merged
janechodance merged 2 commits intomasterfrom Apr 6, 2026
Merged
Conversation
24 tasks
LinnJS
approved these changes
Apr 6, 2026
…tomate-MST-consent
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Flipper feature toggle to vets-api to gate automated MST-consent behavior associated with the Form 526 / Form 0781 submission flow.
Changes:
- Added
form526_0781_automate_mst_consentfeature flag entry inconfig/features.yml. - Configured the flag as
actor_type: userand enabled it in development by default.
| enable_in_development: true | ||
| form526_0781_automate_mst_consent: | ||
| actor_type: user | ||
| description: Enables mst consent to send automatically when the 0781 form is submitted in the 526 flow, when the veteran given consent |
There was a problem hiding this comment.
The description text has grammatical issues and inconsistent capitalization ("mst" vs "MST"), which makes the feature flag intent harder to understand. Consider rephrasing to something like: "Enables MST consent to be sent automatically when Form 0781 is submitted as part of the Form 526 flow, if the veteran has given consent."
Suggested change
| description: Enables mst consent to send automatically when the 0781 form is submitted in the 526 flow, when the veteran given consent | |
| description: Enables MST consent to be sent automatically when Form 0781 is submitted as part of the Form 526 flow, if the veteran has given consent. |
stiehlrod
approved these changes
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Keep your PR as a Draft until it's ready for Platform review. A PR is ready for Platform review when it has a teammate approval and tests, linting, and settings checks pass CI. See these tips on how to avoid common delays in getting your PR merged.
Summary
Added the form526_0781_automate_mst_consent feature flag to config/features.yml to control the automatically sending mst consent
Related issue(s)
department-of-veterans-affairs/va.gov-team#137308
Testing done
Screenshots
Note: Optional
What areas of the site does it impact?
(Describe what parts of the site are impacted andifcode touched other areas)
Acceptance criteria
Requested Feedback
(OPTIONAL)What should the reviewers know in addition to the above. Is there anything specific you wish the reviewer to assist with. Do you have any concerns with this PR, why?