GitHub - Create issue action

The Create issue action creates a new issue in GitHub.

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 pull requests.
Issue titleEnter the title of the issue. This first comment typically describes the issue.
BodyEnter the text to include in the issue.
AssigneesEnter GitHub usernames to assign to the issue. Separate multiple usernames with commas.

Output

Output fieldDescription
IDThe ID of the newly created issue.
URLThe URL of the newly created issue.
Repository URLThe URL of the GitHub repository where the issue was created.
Labels URLThe issue URL that contains any labels associated with the newly created issue.
Comments URLThe URL linking to the newly created issue's comments.
Events URLThe URL linking to any events associated with the newly created issue.
HTML URLThe URL linking to the newly created issue in HTML format.
NumberThe number of the newly created issue.
StateThe state that the newly created issue is in. For example, Open.
LockedIndicates if the newly created issue is locked or not.
TitleThe title of the newly created issue.
BodyThe contents of the body of the newly created issue.
ScoreThe score of the user calculated by GitHub.
UserInformation of the user that created the issue.
LabelsDetails about each label associated with the newly created issue.
AssigneeDetails about the user assigned to the newly created issue.
AssigneesInformation included if there are multiple assignees.
MilestoneInformation about any milestones associated with the newly created issue.
CommentsLists any comments associated with the newly created issue.
Pull requestInformation about any pull requests associated with the newly created 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: