# GitHub - Get issue or PR details action

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

# Input

Input field Description
Organization Select 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 name Enter the repository name you plan to monitor for new issues.
Number Enter the issue or pull request number.

# Output

Output field Description
ID The ID of the issue or pull request.
URL The URL of the issue or pull request.
Repository URL The URL of the GitHub repository where the issue or pull request was created.
Labels URL The issue URL that contains any labels associated with the issue or pull request.
Comments URL The URL linking to the issue or pull request's comments.
Events URL The URL linking to any events associated with the issue or pull request.
HTML URL The URL linking to the issue or pull request in HTML format.
Number The number of the issue or pull request.
State The state that the issue or pull request is in. For example, Open.
Title The title of the issue or pull request.
Body The contents of the body of the issue or pull request.
Comments Lists any comments associated with the issue or pull request.
Closed at The date and time when the issue or pull request was closed.
Created at The date and time when the issue or pull request was created.
Updated at The date and time when the issue or pull request was updated.
Locked Indicates if the issue or pull request is locked or not.
Labels Details about each label associated with the issue or pull request.
Milestone Information about any milestones associated with the issue or pull request.
Closed by Information about the user that closed the issue or pull request.
User Information of the user that created the issue or pull request.
Assignee Details about the user assigned to the issue or pull request.
Assignees Information included if there are multiple assignees.


Last updated: 8/19/2025, 6:21:58 PM

On this page