-
Notifications
You must be signed in to change notification settings - Fork 147
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
Specify an optional case template parameter to promote_alert_to_case #115
Specify an optional case template parameter to promote_alert_to_case #115
Conversation
Quick question, did you set the |
If I understand scala correctly even if |
Yes, comments are here TheHive-Project/TheHive#929 |
So I think the workaround idea is to And maybe someday in TheHive if no |
This is a better workaround in fact |
This is the expected solution I think. But it's not incompatible with |
I'd remove the optional |
Ok, use it if the |
For me there should be 3 cases :
Case is created without case template
Same as above but if they implement a fix to use linked
The specified Case is created using |
I agree with the latest comment, if you can update the PR then it works for me, I can merge it |
I don't see what I have to change. I described the actual situation with the current PR. |
I thought you wanted this PR to work without the API fix in TheHive. This PR will then solve just case (1) and (3). That works also for me, but the issue will be 100% fixed with the next release of TheHive |
Nice we agree :). Indeed it solves 1) and 3).
Anyway, thx ! I'll look at scala code some day to try to help on TheHive. |
As a workaround for this issues
#114
TheHive-Project/TheHive#929
You can firstly get the alert
caseTemplate
before promoting it.