---
title: "Linear integration — Sleekplan | Sleekplan"
canonical_url: "https://sleekplan.com/integrations/linear"
last_updated: "2026-05-28T16:20:55.871Z"
meta:
  description: "Sync feedback with Linear issues and keep customers in the loop on every status change."
  "og:description": "Sync feedback with Linear issues and keep customers in the loop on every status change."
  "og:title": "Linear integration — Sleekplan | Sleekplan"
---

# Sync feedback with Linear issues and keep customers in the loop on every status change.

## Overview

Customer-facing posts plug into your Linear cycles. Promote a high-impact suggestion into a Linear issue and we'll keep the status reflected in both places. When Linear flips to Done, the Sleekplan post ships a release-note draft your team can polish and publish.

## How it works

Push any Sleekplan post to Linear as a new issue, with team, project, and labels chosen at create time. Linear status updates flow back as state changes on the Sleekplan post. When an issue moves to Done, the linked post moves to Released and emails everyone who voted.

Existing Linear issues can be linked to multiple posts to dedupe customer asks against a single engineering effort. Filter which issues sync back so internal noise stays internal.

## Configure

A Linear admin installs Sleekplan from the integrations page in Linear settings. From Sleekplan, pick the default Linear team and project for each board. Personal Linear workspaces, team-grade plans, and enterprise are all supported.

## **Explore other integrations **

[**Browse all **](https://sleekplan.com/integrations)

[![Jira Cloud logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/jira.png)**Jira** Push feedback into Jira Cloud, link existing tickets, and keep status in sync without leaving your board.](https://sleekplan.com/integrations/jira) [![ClickUp logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/clickup.png)**ClickUp** Turn user feedback into ClickUp tasks and notify users when the task ships, without copy-paste.](https://sleekplan.com/integrations/clickup) [![Azure DevOps logo](https://sleekplan.com/_ipx/f_webp&s_44x44/images/integrations/devops.png)**Azure DevOps** Push customer feedback into Azure DevOps work items and report progress back automatically.](https://sleekplan.com/integrations/devops)

Build your own

## **Don't see it?**Build it.

REST API, real-time webhooks, JavaScript SDK and a full MCP server. Everything our own integrations use is yours to call.

[**Read the docs **](https://sleekplan.com/docs) [**Suggest an integration **](https://feedback.sleekplan.com/feedback/add?type=integrations)

POST/v1/posts 200 OK · 84MS

```
$ curl -X POST https://api.sleekplan.com/v1/posts \
  -H "Authorization: Bearer $SLEEK_KEY" \
  -d '{"title": "Bulk re-categorise", "category": "feature"}'

{
  "id": "p_482",
  "score": 0.81,
  "tags": ["inbox", "feature"]
}
```