Any reason why it is not possible to filter issues by owner in a GitHub Projects view? #180965
Replies: 2 comments
-
|
Thanks for raising this — it’s a very common use case, and you're right that it’s not immediately obvious why filtering by owner isn’t supported in GitHub Projects. Currently, Projects (Beta) only exposes a subset of item metadata in its filter system. Fields like status, labels, assignees, and custom fields are filterable, but the issue creator (owner) is not exposed as a filterable property. This is a known limitation of the current Projects architecture. Why owner is not available The owner field is tied to the underlying GitHub Issue metadata, but Project views operate on their own schema. Only fields that are intentionally mapped into the Project’s data model are accessible in filters. Since issue creator isn’t one of those mapped properties, it doesn’t appear as a filter option. Workarounds you can use today
a GitHub Action a workflow triggered on issues: opened or even a manual bulk edit This allows you to filter directly in your Project view using the custom field.
author:@username Then add the filtered issues to your Project, or simply treat this as a separate “Opened by us” reference view.
creator:alice (Using Search first, then adding those sets into separate views.) Is support for owner planned? The GitHub Projects team has acknowledged similar requests in public discussions. While there’s no confirmed timeline, exposing more issue metadata — including creator — has been a frequently requested enhancement. Adding your use case to the existing feedback channels helps prioritize it. |
Beta Was this translation helpful? Give feedback.
-
|
the owner field is currently not provided as a filterable property, which means you can’t directly create a view like “Opened by Us” using that field. This is a known limitation here. another better way |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Feature Area
Projects
Body
Hi Guys,
I've been using GitHub Projects for a while now. The multiple ways you can set up and combine views and filters are awesome, but our team is starting to lose track of the issues we open daily.
We thought of creating a view called "Opened by us", which would list all the issues our team opened. We imagined that it would be possible to create a filter and include our team members in the field "owner", and everything would work out as a charm.
However, and for our astonishment, we found out that there's simply no way to filter using the native field "owner" in GitHub Projects! Talk about a simple feature that blocks a lot of content for management. Is there a way to workaround this, or a reason for that?
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions