GitHub - Get issue or PR details action

The Get issue or PR details action retrieves details of an issue or pull request.

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 issues.
NumberEnter the issue or pull request number.

Output

Output fieldDescription
IDThe ID of the issue or pull request.
URLThe URL of the issue or pull request.
Repository URLThe URL of the GitHub repository where the issue or pull request was created.
Labels URLThe issue URL that contains any labels associated with the issue or pull request.
Comments URLThe URL linking to the issue or pull request's comments.
Events URLThe URL linking to any events associated with the issue or pull request.
HTML URLThe URL linking to the issue or pull request in HTML format.
NumberThe number of the issue or pull request.
StateThe state that the issue or pull request is in. For example, Open.
TitleThe title of the issue or pull request.
BodyThe contents of the body of the issue or pull request.
CommentsLists any comments associated with the issue or pull request.
Closed atThe date and time when the issue or pull request was closed.
Created atThe date and time when the issue or pull request was created.
Updated atThe date and time when the issue or pull request was updated.
LockedIndicates if the issue or pull request is locked or not.
LabelsDetails about each label associated with the issue or pull request.
MilestoneInformation about any milestones associated with the issue or pull request.
Closed byInformation about the user that closed the issue or pull request.
UserInformation of the user that created the issue or pull request.
AssigneeDetails about the user assigned to the issue or pull request.
AssigneesInformation included if there are multiple assignees.

Last updated: