curl --request GET \
--url https://productlane.com/api/v1/issues/{workspaceId}/{issueId}
{
"id": "<string>",
"identifier": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"descriptionData": "<any>",
"isDeleted": true,
"isVisible": true,
"kluGuid": "<string>",
"linearTicketId": "<string>",
"priority": "<string>",
"projectId": "<string>",
"sortOrder": 123,
"status": "<string>",
"summary": [
"<string>"
],
"summaryUpdated": "2023-11-07T05:31:56Z",
"team": "<string>",
"title": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"url": "<string>",
"version": 123,
"workspaceId": "<string>",
"upvotes": 123,
"importanceScore": 123
}
Get an issue by ID. No authorization is required.
curl --request GET \
--url https://productlane.com/api/v1/issues/{workspaceId}/{issueId}
{
"id": "<string>",
"identifier": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"descriptionData": "<any>",
"isDeleted": true,
"isVisible": true,
"kluGuid": "<string>",
"linearTicketId": "<string>",
"priority": "<string>",
"projectId": "<string>",
"sortOrder": 123,
"status": "<string>",
"summary": [
"<string>"
],
"summaryUpdated": "2023-11-07T05:31:56Z",
"team": "<string>",
"title": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"url": "<string>",
"version": 123,
"workspaceId": "<string>",
"upvotes": 123,
"importanceScore": 123
}
Successful response
The response is of type object
.