The [Issue struct type](http://godoc.org/github.com/google/go-github/github#Issue) is missing the milestone and labels fields the github API v3 docs defines. - http://developer.github.com/v3/issues/#create-an-issue - http://developer.github.com/v3/issues/#get-a-single-issue
The Issue struct type is missing the milestone and labels fields the github API v3 docs defines.