Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

View issues that are assigned to me?

Tags:

I've checked the GitHub docs but can't find this. I've also googled this but can't find an answer.

How can I see all issues for all my repositories that have been assigned to me on the GitHub website?

like image 961
panthro Avatar asked Oct 15 '14 11:10

panthro


People also ask

How do I see past tickets in Jira?

1 answer. Just found a link at the bottom of the right-most column in the board "Looking for an older issue?" The link takes you to "Issues and types" where you can filter them similarly to classic JIRA projects.

What is JQL in Jira?

JQL stands for Jira Query Language and is the most powerful and flexible way to search for your issues in Jira. JQL is for everyone: developers, testers, agile project managers, and business users.

What is Jira used for?

Jira helps teams plan, assign, track, report, and manage work and brings teams together for everything from agile software development and customer support to start-ups and enterprises. Software teams build better with Jira Software, the #1 tool for agile teams.


1 Answers

It sounds like you're looking for https://github.com/issues/assigned.

The easiest way to get there is to click on the Issues link at the top right of the GitHub UI, and then the Assigned tab at the left side of the screen:

GitHub Issues

You can also use the assignee key in the search bar manually, e.g. assignee:panthro.

like image 143
Chris Avatar answered Sep 18 '22 12:09

Chris