GitHub - Closed issue trigger

The Closed issue trigger monitors a GitHub repository and triggers when an issue closes.

Input

Input fieldDescription
When first started, this recipe should pick up events fromSelect a start date and time to start retrieving events. Leave this blank to start from one hour ago. After you run or test the recipe, you can't change this value.
OrganizationSelect from the drop-down menu or enter the organization name. You can find the organization name in your GitHub URL. For example, https://github.com/organization/repo_name/.
Repository nameEnter the repository name you plan to monitor for closed issues.

Output

Output fieldDescription
IDThe ID of the closed GitHub issue.
URLThe URL of the closed GitHub issue. For example, https://api.github.com/repos/test-demo-check/demo-repository/issues/2.
Repository URLThe URL of the GitHub repository where the issue was created. For example, https://api.github.com/repos/test-demo-check/demo-repository.
Labels URLThe issue URL that contains any labels associated with the issue. For example, https://api.github.com/repos/test-demo-check/demo-repository/issues/2/labels{/name}.
Comments URLThe URL linking to the issue's comments. For example, https://api.github.com/repos/test-demo-check/demo-repository/issues/2/comments.
Events URLThe URL linking to any events associated with the issue. For example, https://api.github.com/repos/test-demo-check/demo-repository/issues/2/events.
HTML URLThe URL linking to the issue in HTML format.
NumberThe number of the issue.
StateThe state that the issue is in. Such as, Open.
LockedIndicates if the issue is locked or not.
TitleThe title of the issue.
BodyThe contents of the body of the issue.
ScoreThe score of the user calculated by GitHub.
UserInformation of the user that created the issue.
LabelsDetails about each label associated with the issue.
AssigneeDetails about the user assigned to the issue.
AssigneesInformation included if there are multiple assignees.
MilestoneInformation about any milestones associated with the issue.
CommentsLists any comments associated with the issue.
Pull requestInformation about any pull requests associated with the issue, such as the pull request URL.
Closed atThe date and time when the issue was closed.
Created atThe date and time when the issue was created.
Updated atThe date and time when the issue was updated.
Closed byInformation about the user that closed the issue.

Last updated: