Aleksandra Glesaaen Ødegård (Irubataru) opened (edited)
Is there any way that git-bug can show the github issue ID when it fetches the issues? I understand that supporting native commit tagging in git-bug itself is hard (issue #18) but it would be nice if we could get which ID github has assigned to the issue so that one can reference the issues in git commits and comments without having to open github.
Michael Muré (MichaelMure) commented
Are you talking about showing the github ID when doing a git bug bridge pull or later when you display/edit an issue?
Aleksandra Glesaaen Ødegård (Irubataru) commented
It would be most useful to show it when displaying or editing an issue. Because then, if I am working on a terminal only remote machine I could simply do a git bug show (or git bug termui) to see what issue # I need to reference in my commit to address an issue. So ideally it would be part of the issue metadata, like an "issue bridge ID" or something along those lines.
6543 (6543) commented
@Irubataru so you mean the issue Index and not the ID :) - I know nit picking
Aleksandra Glesaaen Ødegård (Irubataru) commented
For github's purposes isn't it the same thing? I wasn't aware that github issues has an ID other than the issue index.
EDIT: yes I'm missing the number too :sweat_smile:
Aleksandra Glesaaen Ødegård (Irubataru) commented
I see. Anyway, I thought the idea could be generalised to other bridges as "how does the bridge reference this issue" is at could easily be a SHA etc with other bridges.
Hi, newbie here! I just learned about git-bug today and decided to try out the github bridge.
It was easy to download the issues from my github repo.
But indeed, I miss the github issue number.
In fact, it is of crucial importance.
With issues that have been open for more than a decade, the issue number has become part of the vocabulary when communicating with other developers. So, it is not just a number, it is more like a name.
I don't want to start referring to issue #59 as f7ba3c or something...