-
Notifications
You must be signed in to change notification settings - Fork 640
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
[Bug] Unable to enumerate tasks via API #1483
Comments
There currently is no routing for Can you confirm? |
That API endpoint works @Explie, however it does not link the parent id of the case it belongs too
|
Yes, but this is true for all API calls to the Hive4 API at the moment. At least I think so. And I don't know whether it is missing or intended to be like that. IMHO probably another issue on its own. |
Hello, if the |
Request Type
Bug
Work Environment
Problem Description
When attempting to list out a cases tasks via the API, a
NotFoundError
error is returned. Issue does not happen when using TheHive v3. This prevents enumerating the tasks that have been added to a case when using the API.Steps to Reproduce
https://thehive4.local/api/case/{casenum}/task/_search
Error is returned
** where {casenum} is the actual reference ID of a case and not its friendly case number
Performing the same test when using TheHive v3 shows the tasks that are associated to a case
Complementary information
Logs from v4
The text was updated successfully, but these errors were encountered: