I found that there is already author_association field in issues API, but the Issue struct is not updated.
Also the example in document doesn't has this field yet https://developer.github.com/v3/issues/#get-an-issue. However it's available in API v4 https://developer.github.com/v4/object/issue/ .
I found that there is already
author_associationfield in issues API, but the Issue struct is not updated.Also the example in document doesn't has this field yet https://developer.github.com/v3/issues/#get-an-issue. However it's available in API v4 https://developer.github.com/v4/object/issue/ .