This query returns a list of every time any new issue is opened in a repository you own or collaborate on.
Developer info
- API endpoint slug
- github.history_of_issues
- Runtime method
- performQuery("github.history_of_issues")
Query fields
No fields for this query
Ingredients
Issue titleThe title of the issue.
- Slug
- IssueTitle
- Filter code
- Github.historyOfIssues.IssueTitle
- Type
- String
- Example
- Jasmin JVM assembler misidentified as Objective-J code
Issue bodyThe body of the issue with full markdown.
- Slug
- IssueBody
- Filter code
- Github.historyOfIssues.IssueBody
- Type
- String
- Example
- In my code at https://github.com/socksy/case-compiler-clj the [Jasmin](http://jasmin.sourceforge.net) assembly files are misidentified as Objective-J files — presumably because they have the same file extension.
Issue labelsThe labels on this issue separated by commas.
- Slug
- IssueLabels
- Filter code
- Github.historyOfIssues.IssueLabels
- Type
- String
- Example
- Misidentified Language
Issue URLThe URL pointing to the issue.
- Slug
- IssueURL
- Filter code
- Github.historyOfIssues.IssueURL
- Type
- String
- Example
- https://github.com/github/linguist/issues/753
Created atThe time when the issue was created.
- Slug
- CreatedAt
- Filter code
- Github.historyOfIssues.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Author usernameThe author's GitHub username.
- Slug
- AuthorUsername
- Filter code
- Github.historyOfIssues.AuthorUsername
- Type
- String
- Example
- socksy
Author avatar image URLThe author's GitHub profile image.
- Slug
- AuthorAvatarImageURL
- Filter code
- Github.historyOfIssues.AuthorAvatarImageURL
- Type
- String
- Example
- ttps://2.gravatar.com/avatar/7d3295e789dca581827867e6dd5183d4?d=https%3A%2F%2Fidenticons.github.com%2F9a5b46d4f665f0dfb6ee0041fa.png
Assignee usernameThe assignee's GitHub username.
- Slug
- AssigneeUsername
- Filter code
- Github.historyOfIssues.AssigneeUsername
- Type
- String
- Example
- redbrain
Repository nameThe name of the repository associated with the issue.
- Slug
- RepositoryName
- Filter code
- Github.historyOfIssues.RepositoryName
- Type
- String
- Example
- github/linguist