-
Notifications
You must be signed in to change notification settings - Fork 385
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/mail incident status #921
Feature/mail incident status #921
Conversation
"type": "string", | ||
"multi": true, | ||
"required": false, | ||
"defaultValue": "Incident Case Notification: " |
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.
this should be ["Incident Case Notification: "] or better ["[email protected]"]
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.
No fully correct. It should be a comma separated string, e.g. "[email protected]" or "[email protected],[email protected]".
Sorry it is my first pull request. Do I need to resolve the conversation right now?
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 don't have reviewer status so it's just a comment
I tried your plugin on thehive4 and it displays a list of separate character instead of a string
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.
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.
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'm going to test the responder now. |
Some issues during tests:
|
I have implemented the following changes:
|
Addjusted json configuration.
|
I was able to run the plugin 😄, I just put small comments in the code. |
Sorry, but I don't know where i can find your comments. How can I see these? |
I updated your code with my and @ntcong suggestions. Let me know your opinion 👍 |
I have "accepted" all conversations. |
Please find enclosed the implemented responder.
[FR] Responder which sends a mail with a detailed incident status #920