GothenburgBitFactory / GothenburgBitFactory/tasklib

Filtering by depending on particular task

Open
#92 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
159
Forks
29
PR merge metrics
No merged PRs in 30d

Description

How do I filter by tasks depending on the particular task?

I attempted those but they don't seem to work (both seem to return all tasks which depend on anything, not on this particual task)

```python
> t = tw.tasks.all()[0]
> tw.tasks.filter(depends_contains=t)
> tw.tasks.filter(depends=t)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.