@Derwin Roland, if you are using a query string, you should be able to use this query:
(Owner = currentuser)
Where supported, this will return all work items where the Owner is the user who is logged in. This should work for any attributes with the User type definition.
Kristy
------------------------------
Kristy Corkan
Rally Product
------------------------------
Original Message:
Sent: Jul 28, 2025 03:14 PM
From: Derwin Roland
Subject: Using variables in queries
Is there a way to use variables when creating a query (or filter)? For example, I want to create a view of user stories using $username that I can reuse for other users. I know creating saved views/filters gives me the same thing but a user of mine is asking if this is possible.
-------------------------------------------