How to search in projects? #148176
Replies: 7 comments 4 replies
-
|
Example: here in this project I have "'MMPose" task: ONNX support (view) |
Beta Was this translation helpful? Give feedback.
-
|
I hit this today I don't think you scan scope a search by "issues in a project" sadly |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jcelerier , Hi there, Right now, GitHub’s global search doesn’t index draft tasks in Projects. A few practical ways to work around this: Search within the project itself – Open the project and use the filter bar at the top (you can type keywords directly, or use field:value filters). This works for draft tasks, but only within that project. Convert draft tasks to issues – If you need them searchable across all of GitHub, converting them to Issues will make them show up in the global search. You can still keep them in the project board after conversion. Use the GitHub API – With the GraphQL API, you can query all your projects and filter tasks (including drafts) by keyword. A small CLI script or spreadsheet export can make it much easier to search across 40+ projects. Tag or prefix your tasks – Adding a consistent tag like [Foo] or [Bar] in the task title makes it much easier to find them quickly with the project filter. Unfortunately, until GitHub indexes draft tasks globally, these are the main options. If this is a frequent challenge for you, it might be worth opening a feature request so the search team knows it’s something users want. Hope that helps clear things up! |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
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
Hello,
I'm trying to understand how I can search for a task I put in a project (especially a draft task).
e.g. If I create a draft task in a project, with the keywords "foo" and "bar" in the task description, I would expect some search feature to be able to bring me to said task in the context of its parent project when I type "foo" "bar".
Alas, the main search does not return anything when I try this. What's the correct solution to look for a given task? (in my case I have a good few hundreds over 40+ projects, so just remembering in which project each task is is already a challenge)
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions