Skip to content
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 Request] Implement case merging feature #1264

Closed
yorkvik opened this issue Mar 18, 2020 · 3 comments · Fixed by #1798
Closed

[Feature Request] Implement case merging feature #1264

yorkvik opened this issue Mar 18, 2020 · 3 comments · Fixed by #1798
Assignees
Labels
feature request TheHive4 TheHive4 related issues
Milestone

Comments

@yorkvik
Copy link

yorkvik commented Mar 18, 2020

When trying to merge cases, got this error in the logs:

[warn] o.t.s.ErrorHandler - POST /api/case/40976496/_merge/81973472 returned 404
org.thp.scalligraph.NotFoundError: /api/case/40976496/_merge/81973472
	at org.thp.scalligraph.ScalligraphRouter$$anonfun$2.$anonfun$applyOrElse$4(ScalligraphRouter.scala:102)
	at org.thp.scalligraph.auth.SessionAuthSrv$$anon$1.$anonfun$invokeBlock$2(SessionAuthSrv.scala:84)
	at scala.Option.fold(Option.scala:251)
	at org.thp.scalligraph.auth.SessionAuthSrv$$anon$1.invokeBlock(SessionAuthSrv.scala:82)
	at org.thp.scalligraph.auth.SessionAuthSrv$$anon$1.invokeBlock(SessionAuthSrv.scala:79)
	at org.thp.scalligraph.ScalligraphRouter$$anonfun$2.$anonfun$applyOrElse$3(ScalligraphRouter.scala:102)
	at play.api.mvc.ActionBuilderImpl.invokeBlock(Action.scala:441)
	at play.api.mvc.ActionBuilderImpl.invokeBlock(Action.scala:439)
	at play.api.mvc.ActionBuilder$$anon$9.apply(Action.scala:379)
	at play.api.mvc.Action.$anonfun$apply$4(Action.scala:82)
@yorkvik yorkvik added TheHive4 TheHive4 related issues bug labels Mar 18, 2020
@To-om To-om self-assigned this Mar 27, 2020
@To-om To-om added this to the 4.0.0 milestone Mar 27, 2020
@To-om
Copy link
Contributor

To-om commented Mar 27, 2020

Currently, case merge is not implemented. The result of the merge of two shared cases is not specified yet.
First, we will implement the merge of unshared cases.

@nadouani nadouani modified the milestones: 4.0.0, 4.0.0-RC4 Jun 22, 2020
@To-om To-om removed this from the 4.0.0 milestone Jun 25, 2020
@david-neal-ms
Copy link

Do you have an estimate on when this functionality will be added?

@rriclet rriclet self-assigned this Jan 20, 2021
@zohkoo
Copy link

zohkoo commented Jan 28, 2021

We were working on migrating our instance from TheHive 3.4.4 to TheHive 4.0.4. The migration worked well but during our regression tests, we discovered that it was not possible to merge cases together. As we have workflows relying on this functionality, it will be difficult for us to use TheHive 4 in production for the moment.

Could this functionality be added in a future milestone ?

P.S. : Are there other great functionalities like this one from TheHive 3 that are not implemented in TheHive 4 ?

@nadouani nadouani added this to the 4.1.0 milestone Feb 18, 2021
@rriclet rriclet linked a pull request Feb 18, 2021 that will close this issue
14 tasks
rriclet added a commit that referenced this issue Feb 18, 2021
rriclet added a commit that referenced this issue Feb 23, 2021
rriclet added a commit that referenced this issue Feb 23, 2021
rriclet added a commit that referenced this issue Feb 25, 2021
rriclet added a commit that referenced this issue Feb 25, 2021
rriclet added a commit that referenced this issue Feb 25, 2021
rriclet added a commit that referenced this issue Feb 25, 2021
rriclet added a commit that referenced this issue Feb 25, 2021
To-om added a commit that referenced this issue Mar 1, 2021
rriclet added a commit that referenced this issue Mar 2, 2021
rriclet added a commit that referenced this issue Mar 3, 2021
@nadouani nadouani changed the title Merge cases not working [Feature Request] - Implement case merging feature Mar 6, 2021
@nadouani nadouani changed the title [Feature Request] - Implement case merging feature [Feature Request] Implement case merging feature Mar 8, 2021
rriclet added a commit that referenced this issue Mar 8, 2021
To-om added a commit that referenced this issue Mar 8, 2021
rriclet added a commit that referenced this issue Mar 10, 2021
nadouani added a commit that referenced this issue Mar 11, 2021
To-om added a commit that referenced this issue Mar 11, 2021
@nadouani nadouani self-assigned this Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request TheHive4 TheHive4 related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants