Skip to main content
GET
/
issues
/
{id}
Get issue
curl --request GET \
  --url https://productlane.com/api/v2/issues/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "identifier": "<string>",
  "title": "<string>",
  "description": "<string>",
  "priority": "<string>",
  "status": "<string>",
  "linear_team_id": "<string>",
  "url": "<string>",
  "project_id": "<string>",
  "sort_order": 123,
  "created_at": "<string>",
  "updated_at": "<string>",
  "linear_ticket_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful response

id
string
required
identifier
string
required
title
string
required
description
string | null
required
priority
string
required
status
string
required
linear_team_id
string
required
url
string
required
project_id
string | null
required
sort_order
number
required
created_at
string
required
updated_at
string
required
linear_ticket_id
string
required