Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub backlog limited by 99 issues #2748

Closed
murleo opened this issue Aug 30, 2023 · 5 comments
Closed

GitHub backlog limited by 99 issues #2748

murleo opened this issue Aug 30, 2023 · 5 comments

Comments

@murleo
Copy link
Contributor

murleo commented Aug 30, 2023

Your Environment

  • Version used: 7.3.12 (just updated), used 7.3.11 most of the time
  • Operating System and version: Windows 10 Pro 22H2

Expected Behavior

After importing GitHub repository with more than 100 issues (it has 132 open issues) I am able to search for any existing open issue or newly added one.

Current Behavior

Backlog imported 99 issues and doesn't import new ones. Neither auto-completion of "Add new Task" nor sync to backlog let's me track progress for newly added issues to GitHub.

I used to add single issues when needed using "Add new Task" button. Auto-complete was proposing issues from GitHub. It worked great and tracked ~150 hours so far. A few days ago I enabled "Automatically add unresolved issues from GitHub to backlog" and I am stuck with some 99 issues. Is it possible to clear the local backlog to mitigate the issue?

The reason why I tried enabling "Automatically add unresolved issues from GitHub to backlog" because auto-completion of "Add new Task" doesn't work reliable and often returns nothing. I think this is because of 'encodeURIComponent'. With 'encodeURI' the same URL returns results. #2749

Thanks!

@murleo murleo added the bug label Aug 30, 2023
@github-actions
Copy link

Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding!

@github-actions
Copy link

Hello there cuberleon! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

For more open ended discussions and/or specific questions, please visit the discussions page. 💖

@johannesjo
Copy link
Owner

Hey there! It's the github api that limits its responses to 100 items (there would be ways around this by making multiple requests, but this comes with some other complications/costs). Super Productivity always pulls the last 100 but requests them ordered by updated (for the auto import to backlog). It's weird that the issues don't show up when using the search since that directly uses the github api. Maybe you can use the dev tools (ctrl+shift+i and then navigate to the network tab) to figure out what goes wrong?

@murleo
Copy link
Contributor Author

murleo commented Sep 1, 2023

I only tried to use backlog feature once and stopped using it because of the amount limit. However, it's no longer a problem for me because the search suggestions work again :) I built a custom binary that includes #2750. Thanks!

Copy link

This issue has not received any updates in 90 days. Please comment, if this still relevant!

@github-actions github-actions bot added the Stale label Dec 31, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants