Jörn Berkefeld

Results 141 issues of Jörn Berkefeld

basically, i would want a command that takes the --like option or a key and check if the described automation is active. AC: - should work with BU = `*`,...

enhancement
e/Auditing
c/automation

various types have the option to set up notification emails. we should offer a central md file in the docs folder that lets you check. **relevant types:** - automation -...

enhancement
e/Auditing
c/automation
c/importFile
NEW

during mcdev upgrade we install the latest dependencies ![image](https://user-images.githubusercontent.com/1917227/236470878-9d11ee92-5833-49bb-9ab1-3678d6394563.png) however, if you just pull from the repo, mcdev does not force you run that. instead it only enforces using the...

enhancement

## hash names _myPrivateField --> #myPrivateField _myPrivateMethod --> #myPrivateMethod **Advantage**: javascript/node enforces its privacy. It simply disallows using that method outside of its scope **Details**: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields ## get and set...

e/Core
chore
c/Generic

split from PR #749 / issue #139. Adding/removing should be possible though **problem**: couldn't figure out how to retrieve Roles assigned to a user only for a specific BU.

enhancement
c/user

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ![image](https://user-images.githubusercontent.com/1917227/200613599-f986eba3-6202-4552-8277-9fcdb04f5557.png) concerning bad BU names in ![image](https://user-images.githubusercontent.com/1917227/200613279-03fe9679-9131-4cf0-96a8-259825049262.png) ### Expected Behavior should...

bug

automatins related to eventDefintions are currently filtered in automation.definition: filter: { description: ['Event Definition Automation'], }, ## fields - el.dataExtensionName - el.sourceApplicationExtensionId - el.publishedInteractionCount ??? - el.automationId - el.arguments.dataExtensionId -...

enhancement
c/event

aside from default tests this needs to also cover `--refresh` which triggers refreshing triggeredSends that use an asset-message which we updated.

c/asset
chore