Issues not attaching to project #193185
-
🏷️ Discussion TypeBug 💬 Feature/Topic AreaProjects BodySummaryIssues added to the one-and-only project in this repository are suddenly disappearing from the project views. This started occurring today (2026-04-20). Closing and reopening an affected issue caused another (previously working) issue to also disappear from the project. Details
Troubleshooting Actions Attempted
Additional Context
UrgencyThis appears to be a GitHub Projects data corruption or severe linking bug. Steps to Reproduce:
Please advise as soon as possible, as this is blocking project tracking and risks data loss. Guidelines |
Beta Was this translation helpful? Give feedback.
Replies: 50 comments 7 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
same here |
Beta Was this translation helpful? Give feedback.
-
|
We are experiencing the same issue. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry to hear that, but happy to hear that. Maybe it will get someone's attention. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue here! |
Beta Was this translation helpful? Give feedback.
-
|
This is happening for us also. Similar to this issue #169602 |
Beta Was this translation helpful? Give feedback.
-
|
Same issue here! |
Beta Was this translation helpful? Give feedback.
-
|
Same. No new issues can be added to any of our projects. When trying to manually add from the table view, only PRs are showing up. |
Beta Was this translation helpful? Give feedback.
-
|
Same here. |
Beta Was this translation helpful? Give feedback.
-
|
Same here, no workaround found yet |
Beta Was this translation helpful? Give feedback.
-
|
Same. |
Beta Was this translation helpful? Give feedback.
-
|
I can see my new issues in the project repository but not in my Project Kanban |
Beta Was this translation helpful? Give feedback.
-
|
Same |
Beta Was this translation helpful? Give feedback.
-
|
Having the same issue here |
Beta Was this translation helpful? Give feedback.
-
|
same here |
Beta Was this translation helpful? Give feedback.
-
|
Meanwhile, I've tried reproducing the issue on a newly created project + public repo without luck. All seems to be fine there. |
Beta Was this translation helpful? Give feedback.
-
|
Same |
Beta Was this translation helpful? Give feedback.
-
|
For me, it's back to normal, and I can see the issues again in the Backlog column and other columns. |
Beta Was this translation helpful? Give feedback.
-
|
I am still having this issue. I tried changing the status of some of the issues to see if it forced the board to update but nothing. Just now, I even tried to unassign the project in the issue, assign the project again. I get this log:
It is still not showing up on the board, not even after a hard refresh and clearing cache. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue here! Other threads with the same problem: |
Beta Was this translation helpful? Give feedback.
-
|
Even though it's working for me now, it's actually really strange. I can still see the two issues from yesterday that were affected by the bug in the classic issue view. In board view, I don't see those two issues. I can see the ones created before and after them. |
Beta Was this translation helpful? Give feedback.
-
|
It seems to be working now. ¯\_(ツ)_/¯ |
Beta Was this translation helpful? Give feedback.
-
|
Still not working for me. |
Beta Was this translation helpful? Give feedback.
-
|
This is still flakey, slow and not fully working. |
Beta Was this translation helpful? Give feedback.
-
|
Still not working for me |
Beta Was this translation helpful? Give feedback.
-
|
same problem here |
Beta Was this translation helpful? Give feedback.
-
|
Same problem still, it is extremely annoying trying to manage a project like this. I should just switch back to Trello, all the issues with projects is just ridiculous. |
Beta Was this translation helpful? Give feedback.
-
|
Same here. Saw this issues all day on 4/27/26 |
Beta Was this translation helpful? Give feedback.
-
|
It's probably because the GitHub maintenance is done with Opus 4.7 :) |
Beta Was this translation helpful? Give feedback.
-
|
This is a server-side index bug — here's what actually works: Fix: Submit a support ticket at https://support.github.com/contact/bug-report with your org and project name. GitHub is manually reindexing affected projects on request — confirmed working in thread #193463. Why nothing you've tried works: The issue data is fine on GitHub's backend (that's why the automation log says "moved to Backlog"), but the project view index is out of sync. Clearing cache, removing/re-adding the project link, and switching views all do nothing because it's a server-side problem. Why close/reopen made it worse: Each write event compounds the index drift. Verify your data is intact while waiting: gh project item-list <project-number> --owner <your-org>If your issues appear here, nothing is lost — it's purely a display bug. |
Beta Was this translation helpful? Give feedback.
This is a server-side index bug — here's what actually works:
Fix: Submit a support ticket at https://support.github.com/contact/bug-report with your org and project name. GitHub is manually reindexing affected projects on request — confirmed working in thread #193463.
Why nothing you've tried works: The issue data is fine on GitHub's backend (that's why the automation log says "moved to Backlog"), but the project view index is out of sync. Clearing cache, removing/re-adding the project link, and switching views all do nothing because it's a server-side problem.
Why close/reopen made it worse: Each write event compounds the index drift.
Verify your data is intact while waiting: