Skip to content

[Feature Request]: Support @me and currentUser macros in task assignee filter queries #3413

Description

@mcassaniti

Summary

Currently, task filter queries require hardcoding specific usernames when filtering by assignees (e.g., assignees = alice or assignees in alice, bob). When sharing project views or saved filter templates across a team, this requires every team member to create and maintain their own individual filters to see tasks assigned to them.

Proposed Solution

Support @me, currentUser, and current_user dynamic macros in task filter query strings.

When a query containing assignees in @me or assignees = currentUser is evaluated, the backend filter engine dynamically resolves the macro to the authenticated user's username (web.Auth).

Use Cases

  • Shared project views (e.g. "My Tasks" view in a shared project) where each team member views their own assigned tasks dynamically.
  • Saved filter templates across organizations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions