You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TheHive added support to case custom fields, but TheHive4Py didn't allow setting this attribute. We need to enhance the Case model class to support providing custom fields
The custom fields should also be available on the CaseTemplate class
The text was updated successfully, but these errors were encountered:
I just did this here but didn't issue a PR since it might include another merge for the get_task_logs method that I have the open PR for. If you can use this, please feel free.
Thanks @billmurrin. The issue with custom fields is the required structure. In a case, we need to provide custom fields data with the following format:
Request Type
Feature Request
Problem Description
TheHive added support to case custom fields, but TheHive4Py didn't allow setting this attribute. We need to enhance the Case model class to support providing custom fields
The custom fields should also be available on the CaseTemplate class
The text was updated successfully, but these errors were encountered: