Group Location
Explore Plans
Mobile menu Close menu
GitHubGitHub

Any new closed issue

This Trigger fires every time any issue is closed in a repository you own or collaborate on.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
github.any_new_closed_issue

Trigger fields

No fields for this trigger

Ingredients

Issue title

Slug
IssueTitle
Filter code
Github.anyNewClosedIssue.IssueTitle
Type
String
Example
Python with `#!/usr/bin/python` interpreted as JavaScript

Created at

Slug
CreatedAt
Filter code
Github.anyNewClosedIssue.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Issue URL

Slug
IssueURL
Filter code
Github.anyNewClosedIssue.IssueURL
Type
String
Example
https://github.com/github/linguist/issues/478

Issue labels

Slug
IssueLabels
Filter code
Github.anyNewClosedIssue.IssueLabels
Type
String
Example
Misidentified Language

Repository name

Slug
RepositoryName
Filter code
Github.anyNewClosedIssue.RepositoryName
Type
String
Example
github/linguist

Assignee username

Slug
AssigneeUsername
Filter code
Github.anyNewClosedIssue.AssigneeUsername
Type
String
Example
redbrain

Author username

Slug
AuthorUsername
Filter code
Github.anyNewClosedIssue.AuthorUsername
Type
String
Example
martin-ueding

Author avatar image URL

Slug
AuthorAvatarImageURL
Filter code
Github.anyNewClosedIssue.AuthorAvatarImageURL
Type
String
Example
https://2.gravatar.com/avatar/7d3295e789dca581827867e6dd5183d4?d=https%3A%2F%2Fidenticons.github.com%2F9a5b46d4f665f0dfb6ee0041fa.png

Issue closed at

Slug
IssueClosedAt
Filter code
Github.anyNewClosedIssue.IssueClosedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Issue body

Slug
IssueBody
Filter code
Github.anyNewClosedIssue.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