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

[Bug] deleted Tasks displayed in MyTasks #1612

Closed
jeromeleonard opened this issue Nov 4, 2020 · 0 comments
Closed

[Bug] deleted Tasks displayed in MyTasks #1612

jeromeleonard opened this issue Nov 4, 2020 · 0 comments
Assignees
Labels
bug priority:high High Priority TheHive4 TheHive4 related issues
Milestone

Comments

@jeromeleonard
Copy link
Contributor

Request Type

Bug

Problem Description

Delete a task is not reflected in MyTasks view.

Possible Solutions

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug priority:high High Priority TheHive4 TheHive4 related issues
Projects
None yet
Development

No branches or pull requests

2 participants