Issue number not unique to project
Created by: stensonb
Perhaps this is by design, and if so, please disregard...
But, I noticed that the auto-assigned issue number for new "Issues" does not appear to be scoped to a given git repo. That is, if I create a new gitrepo, and then create a new issue, I'd expect the first issue to be #1 (closed)....but it's actually some larger number (I'm guessing the autoincrement from the Issue table).
Is this by design? Should it be?