codetree / feedback

A central hub for user feedback for Codetree
https://codetree.com
20 stars 15 forks source link

When you rename a label, you can no longer search issues by that label #283

Open haikalpribadi opened 5 years ago

haikalpribadi commented 5 years ago

This is a severe bug. To reproduce:

  1. create a label x and open and issue #123 assigned with label x.
  2. create a filter using label x, you should see your the issue you just created #123.
  3. rename label x to y through codetree.
  4. create a filter by using label y you just renamed. You will not see your issue #123.

What do we think?

rstocker99 commented 5 years ago

This is a known issue. Label renames aren't handled by web hooks for related issues. The rename will get synced during the repos hourly refresh.

It's not ideal and will get fixed at some point.