Is there a way to link to the problem, including the header on GitHub?

I know that I can refer to a problem by simply setting the problem number as follows: #123 . Thus, the number header appears when the number hangs. But I have a main problem when I want to combine all the dependent problems. To do this, I want to include a list of problems in the description and have inline headers, for example:

 My frontend issues - #32 Fix unclosed HTLM tags - #36 Remove unsupported tags - #41 Split very complex templates into blocks - #44 Give all images an alt attribute 

Is there a way to do this so that the comment remains relevant if I update the current title of the problem?

I searched here and here , but cannot find a way to do this.

+7
github github-flavored-markdown
source share
1 answer

It is not possible to automatically update the title of the referenced releases without interacting with the GitHub API. You can offer such a feature here: GitHub Community .

It might be a good idea for you to make sure your title is simple before referencing it. This can help establish standard record conventions for your repository.

0
source share

All Articles