Get Linear issues attached to a conversation
Get Linear issues attached to a conversation
GET
Get Linear issues attached to a conversation
Returns a list of Linear issues attached to the specified conversation.
Returns a 404 error if the Linear integration is not configured for the organization.
Authorizations
Path Parameters
ID of the conversation to retrieve issues for.
Response
Linear issues retrieved successfully.
Unique identifier of the Linear issue.
Example:
"8a7b93d1-18f7-4a9f-b5c6-3e2d1f9a8c7b"
Title of the issue.
Example:
"Fix authentication bug"
URL to view the issue in Linear.
Example:
"https://linear.app/team/issue/ENG-123"
Human-readable issue identifier.
Example:
"ENG-123"
Assigned user (null if unassigned).
Current workflow state of the issue.
List of labels applied to the issue.
List of attachments on the issue.
Priority level (0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low).
Example:
1
Display name of the priority level.
Example:
"Urgent"
ISO 8601 timestamp of the last update.
Example:
"2026-01-15T10:30:00Z"