This query returns a list of every time any issue is closed in a repository you own or collaborate on.
Developer info
- API endpoint slug
- github.history_of_closed_issues
- Runtime method
- performQuery("github.history_of_closed_issues")
Query fields
No fields for this query
Ingredients
Issue titleThe title of the issue.
- Slug
- IssueTitle
- Filter code
- Github.historyOfClosedIssues.IssueTitle
- Type
- String
- Example
- Python with `#!/usr/bin/python` interpreted as JavaScript
Created atThe time when the issue was created.
- Slug
- CreatedAt
- Filter code
- Github.historyOfClosedIssues.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Issue URLThe URL pointing to the issue.
- Slug
- IssueURL
- Filter code
- Github.historyOfClosedIssues.IssueURL
- Type
- String
- Example
- https://github.com/github/linguist/issues/478
Issue labelsThe labels on this issue separated by commas.
- Slug
- IssueLabels
- Filter code
- Github.historyOfClosedIssues.IssueLabels
- Type
- String
- Example
- Misidentified Language
Repository nameThe name of the repository associated with the issue.
- Slug
- RepositoryName
- Filter code
- Github.historyOfClosedIssues.RepositoryName
- Type
- String
- Example
- github/linguist
Assignee usernameThe assignee's GitHub username.
- Slug
- AssigneeUsername
- Filter code
- Github.historyOfClosedIssues.AssigneeUsername
- Type
- String
- Example
- redbrain
Author usernameThe author's GitHub username.
- Slug
- AuthorUsername
- Filter code
- Github.historyOfClosedIssues.AuthorUsername
- Type
- String
- Example
- martin-ueding
Author avatar image URLThe author's GitHub profile image.
- Slug
- AuthorAvatarImageURL
- Filter code
- Github.historyOfClosedIssues.AuthorAvatarImageURL
- Type
- String
- Example
- https://2.gravatar.com/avatar/7d3295e789dca581827867e6dd5183d4?d=https%3A%2F%2Fidenticons.github.com%2F9a5b46d4f665f0dfb6ee0041fa.png
Issue closed atThe time when the issue was closed.
- Slug
- IssueClosedAt
- Filter code
- Github.historyOfClosedIssues.IssueClosedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Issue bodyThe body of the issue with full markdown.
- Slug
- IssueBody
- Filter code
- Github.historyOfClosedIssues.IssueBody
- Type
- String
- Example
- I have a repo with [Python and LaTeX](https://github.com/martin-ueding/physik312-372) and the Python script has the standard shebang `#!/usr/bin/python` as you can see in the [file itself](https://github.com/martin-ueding/physik312-372/blob/master/372). H