For some context, I'm trying to design a way to address bug's comment with a single identifier while avoiding collision. This identifier would contains part of the bug's identifier, and part of the comment's identifier inside this bug. Potentially, all bugs could be stored in a single shared address space, across repository.
Real world data would be useful.