Skip to content

Filtering by depending on particular task #92

Open
@mooskagh

Description

@mooskagh

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)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions