Closed jmm closed 5 years ago
:+1:
:+1:
:+1:
So you have to +1 comment
an issue to find it in a query by becoming a commenter. Subscribe is not enough. +1 then.
Any progress with this issue? It is very annoying right now to manage subscribed issues.
It would be great to have this feature. It is a pain to think you are able to go back and find the issues you subscribed to and then not be able to find them. Or find them after searching through all the issues again....this feature needs to be added.
+1
:+1:
How many :+1:s do I have? ;)
@GeorgeSapkin
Any progress with this issue? It is very annoying right now to manage subscribed issues.
When I contacted GitHub support about this in October they told me this feature was already on their internal list before I asked, but no ETA on doing it. FWIW, I believe you can access this data via the API. Everyone who's commenting +1 here, you should also contact GitHub support to request this feature so they know people are interested.
@GeorgeSapkin thanks - done.
Contacted github support
:+1:
Yes please :-)
+1
+1
To re-iterate @GeorgeSapkin "Everyone who's commenting +1 here, you should also contact GitHub support to request this feature so they know people are interested"
Use Github API Issues
Get https://api.github.com/issues?filter=subscribed&state=all
with Authorization: Bearer [token]
and grab html_url
in JSON response.
[token]
can be create here: https://github.com/settings/tokens
@zckrs thanks for the info, but it would still be nice to have this as a part of the GUI
@zckrs There's lots of things you can do with the API. This is about "on the website".
@jmm I suggest an alternate walkthrough pending Github's feature. I will edit my comment for you.
@zckrs
https://api.github.com/issues?filter=all&state=all&sort=updated&since=2015-01-01T00%3A00%3A00Z
return nothing for me…
Update: As https://developer.github.com/v3/issues/#list-issues shows: List all issues across all the authenticated user’s visible repositories including owned repositories, member repositories, and organization repositories
Trying to do this right now, and stumbled into this. Posting so I can find it again via my comment.
Now that's a solution to this issue, does create noise, but at least could find a thread again. I started using subscribe as a way to mark stuff I need to be aware of and reread later, only to then realise it's lost and I can't find the stuff again.
+1
Does this duplicate #196?
@jglick That appears to be asking for it on a per-repo basis -- I want a global list of subscribed issues, although I agree that also being able to filter it per-repo as asked in #196 would be wanted. Not sure about lumping it in with involves:
though.
:+1:
The closest thing I've found is to find all watched items with any activity since I subscribed:
https://github.com/notifications?all=1
but this precise feature is needed sorely.…
+1
:+1:
:+1:
:+1:
:+1:
:+1:
:+1:
:+1:
:+1:
agreed
To reiterate what several others have already said... To all the +1ers. Go here https://github.com/contact and request this feature. Reference this issue in your request.
Yes, I would suggest +1 here, and contact GitHub support, and reference this issue.
:+1:
:+1:
:+1:
Alternative benefit: effectively "deleting" items from your https://github.com/issues
Because you could just unfollow the item and it would not show up on the new list.
:+1:
:+1:
I would definitely use this.
:+1:
:thumbsup:
On the website I want to be able to view a list of issues that I'm subscribed to, but don't [necessarily] have any other involvement with. My current use case is that I'd like to be able to "favorite" issues for future reference (e.g. in case I want to comment later). It would be a bonus if I could filter to see results where I'm only subscribed and have no other involvement. Perhaps a dedicated favoriting feature would even make sense, but GitHub already has a subscription feature and I think I should be able to see what issues I'm subscribed to.
I contacted GitHub support about this and the first response was to use the
involves
qualifier. But thatand does not return issues that I'm only subscribed to. I explained that in my reply and their next reply acknowledged that it's not currently possible to view the list of subscribed issues via the website.