GitHub - New or updated issue (real-time) trigger

The New or updated issue (real-time) trigger monitors a GitHub repository and runs when an issue is created or updated.

Input

Input fieldDescription
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 new or updated issues.
ActionSelect the issue status you plan to monitor new or updated issues for in the repository. Available statuses include All, Opened issue, Closed issue, Reponed issue, Assigned issue, Unassigned issue, Labled issue, Unlabeled issue, Edited issue, Milestoned issue, and Demiledstoned issue.

Output

Output fieldDescription
IDThe ID of the new or updated issue.
URLThe URL of the new or updated issue. For example, https://api.github.com/repos/test-demo-check/demo-repository/issues/2.
Repository URLThe URL of the GitHub repository where the new or updated 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 new or updated issue. For example, https://api.github.com/repos/test-demo-check/demo-repository/issues/2/labels{/name}.
Commits URLThe URL linking to the commits associated with the new or updated issue.
Events URLThe URL linking to any events associated with the new or updated issue. For example, https://api.github.com/repos/test-demo-check/demo-repository/issues/2/events.
HTML URLThe URL linking to the new or updated issue in HTML format.
NumberThe number of the new or updated issue.
StateThe state that the new or updated issue is in. For example, Open.
TitleThe title of the new or updated issue.
BodyThe contents of the body of the new or updated issue.
CommentsLists any comments associated with the new or updated issue.
Closed atThe date and time when the new or updated issue was closed.
Created atThe date and time when the new or updated issue was created.
Updated atThe date and time when the new or updated issue was updated.
LockedIndicates if the new or updated issue is locked or not.
LabelsDetails about each label associated with the new or updated issue.
MilestoneInformation about any milestones associated with the new or updated issue.
AssigneeDetails about the user assigned to the new or updated issue.
AssigneesInformation included if there are multiple assignees.
UserInformation of the user that created the new or updated issue.
Closed byInformation about the user that closed the new or updated issue.

Last updated: