isaacs / github

Just a place to track issues and feature requests that I have for github
2.2k stars 129 forks source link

View list of issues I'm subscribed to, on the website #283

Closed jmm closed 5 years ago

jmm commented 9 years ago

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 that

is just a logical OR between the author, assignee, mentions and commenter qualifiers for the same user

and 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.

RSully commented 9 years ago

:+1:

xlaywan commented 9 years ago

:+1:

obestwalter commented 9 years ago

:+1:

localnerve commented 9 years ago

So you have to +1 comment an issue to find it in a query by becoming a commenter. Subscribe is not enough. +1 then.

GeorgeSapkin commented 9 years ago

Any progress with this issue? It is very annoying right now to manage subscribed issues.

CarlyMuletzWolz commented 9 years ago

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.

jrmyio commented 9 years ago

+1

vak0160 commented 9 years ago

:+1:

obestwalter commented 9 years ago

How many :+1:s do I have? ;)

jmm commented 9 years ago

@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.

obestwalter commented 9 years ago

@GeorgeSapkin thanks - done.

CarlyMuletzWolz commented 9 years ago

Contacted github support

joeferraro commented 9 years ago

:+1:

arp242 commented 9 years ago

Yes please :-)

mikesigs commented 9 years ago

+1

jmaynier commented 9 years ago

+1

CarlyMuletzWolz commented 9 years ago

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"

zckrs commented 9 years ago

Alternate walkthrough

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

obestwalter commented 9 years ago

@zckrs thanks for the info, but it would still be nice to have this as a part of the GUI

jmm commented 9 years ago

@zckrs There's lots of things you can do with the API. This is about "on the website".

zckrs commented 9 years ago

@jmm I suggest an alternate walkthrough pending Github's feature. I will edit my comment for you.

puttin commented 9 years ago

@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

epu commented 9 years ago

Trying to do this right now, and stumbled into this. Posting so I can find it again via my comment.

mryellow commented 9 years ago

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.

sapjax commented 9 years ago

+1

jglick commented 9 years ago

Does this duplicate #196?

jmm commented 9 years ago

@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.

jondo commented 9 years ago

:+1:

TPS commented 9 years ago

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.…

kyleschmolze commented 9 years ago

+1

jgr commented 9 years ago

:+1:

ricardopereira commented 9 years ago

:+1:

thetiby commented 9 years ago

:+1:

ghost commented 9 years ago

:+1:

Den-dp commented 9 years ago

:+1:

xied75 commented 9 years ago

:+1:

oluckyman commented 9 years ago

:+1:

diimdeep commented 9 years ago

:+1:

alexjhart commented 9 years ago

agreed

mikesigs commented 9 years ago

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.

jmm commented 9 years ago

Yes, I would suggest +1 here, and contact GitHub support, and reference this issue.

TimNN commented 9 years ago

:+1:

A-Paul commented 9 years ago

:+1:

tomchambers2 commented 9 years ago

:+1:

fulldecent commented 9 years ago

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.

Related: https://github.com/isaacs/github/pull/458

mlidbom commented 9 years ago

:+1:

noinkling commented 9 years ago

:+1:

Vash63 commented 9 years ago

I would definitely use this.

igorepst commented 9 years ago

:+1:

mitchellporter commented 9 years ago

:thumbsup: