0

Can anybody tell how to track and control issues related to a repo on Github and display them in a personal website? How can we display those issues with their labels? How to display issues that have been resolved? Can it be done using Github API? How?

1
  • 1
    This is pretty broad for Stack Overflow. Please try to focus on a single question at once, and try something first. For example, the GitHub API is very well documented. Have you tried using it yourself? Where did you get stuck? Commented Mar 25, 2015 at 20:54

1 Answer 1

1

GitHub API is very well documented. Start on https://developer.github.com/

See https://developer.github.com/v3/issues/ All answers is there.

Sign up to request clarification or add additional context in comments.

2 Comments

How to fetch number of open issues and number of closed issues for a repository on Github using Github API?
GET /issues And see state.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.