-
Notifications
You must be signed in to change notification settings - Fork 624
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] TheHive 4.0.4 cannot show tasks created in previous versions #1763
Comments
@rriclet could you please take a look at this one? Thanks |
This problem appears when database schema is not correctly updated. This commit should fix it. |
Hello To-om, After upgrading to 4.0.5 the problem is still present. Do I have to do anything manually to update database schema? Regards |
Hi, This still appears to be an issue. We're experiencing it too. Regards |
Also experiencing this issue. Task logs created after the update show up but old ones do not. |
Hi, Regards |
Hello! @albertogordillo, have you managed to solve the problem? |
Request Type
Bug
Work Environment
Problem Description
After upgrading from TheHive 4.0.2 to 4.0.4 all the case tasks created in previous versions are no longer showed in the web interface. It shows that there are tasks (e.g. "Tasks List (0 of 12)") but are not showed.
application.log shows an error related to "actionRequired"
I have been able to get the tasks via API removing "actionRequired" from the query. Instead of:
This query works
It seems that tasks created in previous versions does not have the "actionRequired" field that is a feature of TheHive 4.0.4.
Steps to Reproduce
Possible Solutions
I guess that the solution is upgrade all the tasks to v4.0.4 (adding the field "actionRequired") or modify the task methods to support legacy tasks.
The text was updated successfully, but these errors were encountered: