GitHub - Update issue action

The Update issue action updates a selected issue in GitHub.

Input

Input fieldDescription
Issue numberEnter the number associated with the issue. You can find the number at the end of the issue URL.
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 where you plan to update an issue.
StateSelect the new state for the issue. For example, Open.
LabelsEnter any labels associated with the issue you plan to update.
Milestone IDThe ID of the milestone associated with the issue you plan to update.
Issue titleOptional. Enter the title of the issue you plan to update.
BodyOptional. Enter the contents of the body of the issue.
AssigneesOptional. Enter the GitHub usernames of the assignees of the issue. The usernames must be comma separated.

Output

Output fieldDescription
IDThe ID of the GitHub issue.
URLThe URL of the issue.
Repository URLThe URL of the repository where the action resides.
Labels URLThe issue URL that contains any labels associated with the issue.
Comments URLThe URL linking to the issue's comments.
Events URLThe URL linking to any events associated with the issue.
HTML URLThe URL linking to the issue in HTML format.
NumberThe number of the issue.
StateThe state that the issue is in. For example, Open.
LockedIndicates if the newly created 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 request
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: