Attach a GitHub issue to a conversation
Attach a GitHub issue to a conversation
PUT
Attach a GitHub issue to a conversation
Attaches an existing GitHub issue to the specified conversation. The issue must exist in one of the repositories that the GitHub integration has access to. A comment is added to the issue with a link to the related conversation in Fernand. Returns a 404 error if the issue cannot be found.
Authorizations
Path Parameters
ID of the conversation to attach the issue to.
ID of the GitHub issue to attach.
Response
GitHub issue attached 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:
null
ISO 8601 timestamp of last update.
Example:
"2024-01-15T10:30:00Z"
ISO 8601 timestamp when the issue was closed (null if open).
Example:
null
Assigned user (null if unassigned).
List of labels applied to the issue.
Issue type (null if no type is set).