Get GitHub tickets attached to a conversation
Get GitHub tickets attached to a conversation
GET
Get GitHub tickets attached to a conversation
Returns a list of GitHub issues attached to the specified conversation.
Returns a 404 error if the GitHub integration is not configured for the organization.
Authorizations
Path Parameters
ID of the conversation to retrieve tickets for.
Response
GitHub tickets retrieved successfully.
Unique identifier of the GitHub issue.
Example:
"I_kwDOABCDEF"
Issue number within the repository.
Example:
42
Title of the issue.
Example:
"Fix login bug"
URL to view the issue on GitHub.
Example:
"https://github.com/piedpiper/www/issues/42"
Reason for the current state (COMPLETED, NOT_PLANNED, REOPENED, or null if open).
Example:
"COMPLETED"
ISO 8601 timestamp of last update.
Example:
"2024-01-15T10:30:00Z"
ISO 8601 timestamp when the issue was closed (null if open).
Example:
"2024-01-15T10:30:00Z"
Assigned user (null if unassigned).
List of labels applied to the issue.
Issue type (null if no type is set).