Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove issue reference in GitHub

Tags:

git

github

I was trying to refer some issue from public library within my github project issue. What I did is I was commenting on one of the issues listed in my project and I gave the reference to the actual issue listed out in public library.

example : https://github.com/public-library/issues/42

And when I click that link it says : @amitpchigadani amitpchigadani referenced this issue in MyOrganisation/projectName an hour ago.

But I want to remove that reference from the public library. Is it possible to do it now?

Note : I removed the reference later and checked, but that comment/alert still exist in public library issue.

like image 744
Amit Chigadani Avatar asked May 09 '17 14:05

Amit Chigadani


1 Answers

After contacting GitHub support, they told me that the issue reference will only be seen by the people who have access to that private project. Any other members will not see the comment or message @amitpchigadani amitpchigadani referenced this issue in MyOrganisation/projectName. I was somewhere worried about the privacy concerns, but this seems to be fine.

Note : Issue once referenced, message/comment cannot be removed there after.

like image 169
Amit Chigadani Avatar answered Oct 16 '22 11:10

Amit Chigadani