-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/984: bulk update notification email addresses #1066
base: develop
Are you sure you want to change the base?
Feature/984: bulk update notification email addresses #1066
Conversation
TODO:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i know this is still in draft but I wanted to give you a few pointers early on :)
…ion-email-addresses
… notifs exist etc
Coverage ReportCommit:8e2670aBase: develop@8e008d3 Details (changed files):
|
TODO:
|
DataVerification activities also have a notification option... but u need to know their id to update them |
@JoernBerkefeld mcdev does not have data verification as a type yet. I would need to retrieve, then update and deploy like with importFile activity |
…ion-email-addresses
updateNotificationsCommand: Alias: Updates notification email addresses. There are 4 possible options for automations: --completionEmail, --errorEmail, Currently, this command supports automation, importFile and verification types. For import file there are only --clear and --completionEmail options. You can provide any value for --clear option in case of importFile and verification types. Examples (set notifications):
Examples (remove notifications):
|
…ion-email-addresses
…ion-email-addresses
…ion-email-addresses
PR details
What changes did you make? (Give an overview)
Checklist