List Issues in a Repository
| 1 2 3 | 
| owner | The owner of the repository. In a repo name, it would be the part before the slash. | 
| repo | The name of the repository | 
| milestone | If an integer is passed, it should refer to a milestone by its number field. If the string * is passed, issues with any milestone are accepted. If the string none is passed, issues without milestones are returned. | 
| state | The state of the milestone. Either open, closed, or all. | 
| assignee | Can be the name of a user. Pass in none for issues with no assigned user, and * for issues assigned to any user. | 
| creator | The user that created the issue. | 
| mentioned | A user that's mentioned in the issue. | 
| labels | A list of comma separated label names. Example: bug,ui,@high | 
| sort | What to sort results by. Can be either created, updated, comments. Default: created | 
| direction | The direction of the sort. Either asc or desc. | 
| since | Only issues updated at or after this time are returned. Format is YYYY-MM-DD | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.