We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Delete a task is not reflected in MyTasks view.
Query: https://thehive4/api/v1/query?name=mytasks
{ "query": [ { "_name": "currentUser" }, { "_name": "tasks" }, { "_name": "filter", "_ne": { "_field": "status", "_value": "Completed" } } [...] ] }
Change filter to "Not Completed and Not Cancel"
The text was updated successfully, but these errors were encountered:
#1612 Fix the default filter used in my tasks page
efc2133
#1612 Use _in operator instead of _or
56afbc2
0d760c7
eca41c7
nadouani
No branches or pull requests
Request Type
Bug
Problem Description
Delete a task is not reflected in MyTasks view.
Possible Solutions
Query: https://thehive4/api/v1/query?name=mytasks
Change filter to "Not Completed and Not Cancel"
The text was updated successfully, but these errors were encountered: